Changeset 4311

Show
Ignore:
Timestamp:
06/11/06 03:55:23 (2 years ago)
Author:
morris
Message:

Add missing timestamp

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • animanga/trunk/scripts/www/search.pl

    r4301 r4311  
    444444        if($count > 0) { 
    445445                $data = $a->selectAll(<<SELECT, <<FROM, $where, <<OTHER); 
    446         *, UNIX_TIMESTAMP(time) AS unixtime 
     446        *, UNIX_TIMESTAMP(time) AS unixtime, UNIX_TIMESTAMP(latest) AS unixlatest 
    447447SELECT 
    448448