Show
Ignore:
Timestamp:
10/03/2007 05:56:11 AM (3 years ago)
Author:
JavaWoman
Message:

Cleanup

  • All line endings now UNIX (a lot were still Windows/DOS or even Mixed - no thanks to Eclipse)
  • (where I spotted it) removed double role of # EOL comment and ticket number
  • (minor) whitespace
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/actions/lastusers/lastusers.php

    r686 r736  
    1 <?php 
     1<?php 
    22/** 
    33 * Display a list of newly registered users. 
    4  *  
     4 * 
    55 * @package             Actions 
    66 * @version             $Id:lastusers.php 369 2007-03-01 14:38:59Z DarTar $ 
    77 * @license             http://www.gnu.org/copyleft/gpl.html GNU General Public License 
    88 * @filesource 
    9  *  
     9 * 
    1010 * @uses        Wakka::LoadAll() 
    1111 * @uses        Wakka::getCount() 
    1212 * @uses        Wakka::Link() 
    13  *  
     13 * 
    1414 * @todo        document usage and parameters 
    1515 * @todo        needs to be rewritten following coding guidelines; 
     
    3232  "<caption>".LASTUSERS_CAPTION."</caption>"."\n". 
    3333  "  <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". 
    3737  "  </tr>\n"; 
    3838