From: <go...@us...> - 2002-10-11 16:57:38
|
Update of /cvsroot/xoops/xoops-current/html/class In directory usw-pr-cvs1:/tmp/cvs-serv32699/html/class Modified Files: xoopslists.php Log Message: Fixed a bug found by bblackmoor Index: xoopslists.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/xoopslists.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** xoopslists.php 27 Sep 2002 12:58:24 -0000 1.6 --- xoopslists.php 11 Oct 2002 16:57:35 -0000 1.7 *************** *** 135,139 **** function &getSubjectsList($sub_dir=""){ $subjects = array(); ! if($subject_dir != ""){ $subjects =& XoopsLists::getImgListAsArray(XOOPS_ROOT_PATH."/images/subject/".$sub_dir, $sub_dir."/"); } else { --- 135,139 ---- function &getSubjectsList($sub_dir=""){ $subjects = array(); ! if($sub_dir != ""){ $subjects =& XoopsLists::getImgListAsArray(XOOPS_ROOT_PATH."/images/subject/".$sub_dir, $sub_dir."/"); } else { |