Changeset 191

Show
Ignore:
Timestamp:
06/09/06 19:44:50 (2 years ago)
Author:
rollercow
Message:

Fix bizar typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin.lib.php

    r190 r191  
    778778        } 
    779779        //prints a list of entries for the admin front page. 
    780         function printEntries($amount=0, $title=TRUE)printEntries
     780        function printEntries($amount=0, $title=TRUE)
    781781                $limit = ($amount > 0) ? " LIMIT $amount" : ""; 
    782782                $result = db_query("SELECT shortsubject,timestamp,subject FROM entries WHERE user_id = '".$this->id."' ORDER BY timestamp DESC $limit;");