Changeset 4325 for trunk/admin/group_perm.php
- Timestamp:
- Nov 20, 2009, 3:17:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/group_perm.php
r4265 r4325 80 80 ;'; 81 81 $result = pwg_query($query); 82 while ($row = mysql_fetch_assoc($result))82 while ($row = pwg_db_fetch_assoc($result)) 83 83 { 84 84 array_push($private_uppercats, $row['id']); … … 97 97 $result = pwg_query($query); 98 98 99 while ($row = mysql_fetch_assoc($result))99 while ($row = pwg_db_fetch_assoc($result)) 100 100 { 101 101 array_push($authorized_ids, $row['cat_id']); … … 158 158 $result = pwg_query($query_true); 159 159 $authorized_ids = array(); 160 while ($row = mysql_fetch_assoc($result))160 while ($row = pwg_db_fetch_assoc($result)) 161 161 { 162 162 array_push($authorized_ids, $row['id']);
Note: See TracChangeset
for help on using the changeset viewer.