| Line | Code /home/petuk188/public_html/includes/classes/esynListing.php |
|---|---|
| 636 |
<?php if( $aCategory != 0 ){ |
| 637 |
<?php $this->setTable("flat_structure"); |
| 638 |
<?php $parents = parent::onefield('`parent_id`', "`category_id` = '{$aCategory}' AND `parent_id` <> '{$aCategory}'"); |
| 639 |
<?php $this->resetTable(); |
| 640 |
<?php $sql.= " OR ( `t1`.`recursive` = '1' AND `t2`.`category_id` IN ('".implode("','",$parents)."'))";#0 implode(',', ) called at [/home/petuk188/public_html/includes/classes/esynListing.php:640]
#1 esynlisting.getfieldsbypage(2, 3, ) called at [/home/petuk188/public_html/view-listing.php:275]WARNING implode() [function.implode]: Bad arguments. |
| 641 |
<?php } |
| 642 |
<?php } |
| 643 |
<?php $sql .= ") "; |
| 644 |
<?php |
| 645 |
<?php if(!is_null($aPlan)) |
| Line | Code /home/petuk188/public_html/includes/classes/esynListingField.php |
|---|---|
| 44 |
<?php { |
| 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 [/home/petuk188/public_html/includes/classes/esynListingField.php:48]
#1 esynlistingfield.getallfieldsbycategory(3) called at [/home/petuk188/public_html/view-listing.php:279]WARNING implode() [function.implode]: Bad arguments. |
| 49 |
<?php } |
| 50 |
<?php $sql.= ") ORDER BY f.`order` ASC "; |
| 51 |
<?php |
| 52 |
<?php return $this->getAll($sql); |
| 53 |
<?php } |
|
|||||||||||||||||||||||||||||||||||||||||||||||||