|
|
|
||||||||||||||||||
| Line | Code includes/classes/esynListingField.php |
|---|---|
| 44 |
{ |
| 45 |
<?php $this->setTable("flat_structure"); |
| 46 |
<?php $parents = parent::onefield('`parent_id`', "`category_id`='{$id}' AND `parent_id`<>'{$id}'"); |
| 47 |
<?php $this->resetTable(); |
| 48 |
<?php $sql.= " OR ( `f`.`recursive`='1' AND `fc`.`category_id` IN ('".implode("','",$parents)."'))";#0 implode(',', ) called at [/data/www/virtuals/katalogwebu/html/includes/classes/esynListingField.php:48]
#1 esynListingField.getAllFieldsByCategory(17) called at [/data/www/virtuals/katalogwebu/html/view-listing.php:277]WARNING implode() [function.implode]: Invalid arguments passed |
| 49 |
} |
| 50 |
<?php $sql.= ") ORDER BY f.`order` ASC "; |
| 51 |
<?php |
| 52 |
return $this->getAll($sql); |
| 53 |
} |
|
|
|
||||||||||||||||||