Changeset 736 for trunk/actions/lastusers/lastusers.php
- Timestamp:
- 10/03/2007 05:56:11 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/actions/lastusers/lastusers.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/actions/lastusers/lastusers.php
r686 r736 1 <?php1 <?php 2 2 /** 3 3 * Display a list of newly registered users. 4 * 4 * 5 5 * @package Actions 6 6 * @version $Id:lastusers.php 369 2007-03-01 14:38:59Z DarTar $ 7 7 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 8 8 * @filesource 9 * 9 * 10 10 * @uses Wakka::LoadAll() 11 11 * @uses Wakka::getCount() 12 12 * @uses Wakka::Link() 13 * 13 * 14 14 * @todo document usage and parameters 15 15 * @todo needs to be rewritten following coding guidelines; … … 32 32 "<caption>".LASTUSERS_CAPTION."</caption>"."\n". 33 33 " <tr>\n". 34 " <th>".NAME_TH."</th>\n".35 " <th>".OWNED_PAGES_TH."</th>\n".36 " <th>".SIGNUP_DATE_TIME_TH."</th>\n".34 " <th>".NAME_TH."</th>\n". 35 " <th>".OWNED_PAGES_TH."</th>\n". 36 " <th>".SIGNUP_DATE_TIME_TH."</th>\n". 37 37 " </tr>\n"; 38 38