Ignore:
Timestamp:
Dec 8, 2006, 1:12:44 AM (17 years ago)
Author:
rvelices
Message:
  • new function set_status_header (set http status code)
  • correction on recent/recent_by_child icons
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r1641 r1643  
    6666while ($row = mysql_fetch_assoc($result))
    6767{
    68   $row['is_child_date_last'] = isset($row['date_last'])
    69       and $row['max_date_last']>$row['date_last'];
     68  $row['is_child_date_last'] = @$row['max_date_last']>@$row['date_last'];
    7069
    7170  if (isset($row['representative_picture_id'])
Note: See TracChangeset for help on using the changeset viewer.