Changeset 20517 for extensions
- Timestamp:
- Feb 2, 2013, 3:34:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ExtendedDescription/main.inc.php
r20405 r20517 293 293 $result = pwg_query($query); 294 294 295 if($result and $category = pwg_db_fetch_a rray($result))295 if($result and $category = pwg_db_fetch_assoc($result)) 296 296 { 297 297 $template->set_filename('extended_description_content', dirname(__FILE__) . '/template/cat.tpl'); … … 354 354 355 355 $imglist=array(); 356 while ($picture = pwg_db_fetch_a rray($result))356 while ($picture = pwg_db_fetch_assoc($result)) 357 357 { 358 358 $imglist[$picture["id"]]=$picture;
Note: See TracChangeset
for help on using the changeset viewer.