Changeset 655 for trunk/include


Ignore:
Timestamp:
Dec 23, 2004, 3:59:37 PM (19 years ago)
Author:
gweltas
Message:
  • User permissions template migration
  • Categories inheritence has not yet been done
Location:
trunk/include
Files:
2 edited

Legend:

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

    r654 r655  
    762762  $result = pwg_query($query);
    763763  $categories = array();
     764  if (!empty($result))
     765  {
    764766  while ($row = mysql_fetch_array($result))
    765767  {
    766768    array_push($categories, $row);
     769  }
    767770  }
    768771  usort($categories, 'global_rank_compare');
  • trunk/include/functions_html.inc.php

    r647 r655  
    223223 *
    224224 * @param array cat_informations
    225  * @param string separator
    226225 * @param string url
    227226 * @param boolean replace_space
Note: See TracChangeset for help on using the changeset viewer.