Changeset 18757 for trunk/picture.php


Ignore:
Timestamp:
Oct 27, 2012, 9:18:32 AM (12 years ago)
Author:
rvelices
Message:

fix php warning + removed unnecessary  

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r18747 r18757  
    909909if ( count($related_categories)==1 and
    910910    isset($page['category']) and
    911     $related_categories[0]['category_id']==$page['category']['id'] )
     911    $related_categories[0]['id']==$page['category']['id'] )
    912912{ // no need to go to db, we have all the info
    913913  $template->append(
Note: See TracChangeset for help on using the changeset viewer.