e107_plugins/download/e_list.php
Reference to undeclared property \list_download->parent
Open
Open
$list_caption = $this->parent->settings['caption'];
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
$record['category'] = (vartrue($this->parent->settings['category']) ? "<a href='".e_BASE."download.php?list.".$row['download_category_id']."'>".$row['download_category_name']."</a>" : "");
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
$record['date'] = (vartrue($this->parent->settings['date']) ? $this->parent->getListDate($row['download_datestamp']) : "");
- Exclude checks
Reference to undeclared property \list_download->parent
(Did you mean $parent) Open
Open
$this->parent = $parent;
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
ORDER BY download_datestamp DESC LIMIT 0,".intval($this->parent->settings['amount'])." ";
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
$record['author'] = (vartrue($this->parent->settings['author']) ? $row['download_author'] : "");
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
$downloads = $this->parent->e107->sql->gen($qry);
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
while($row = $this->parent->e107->sql->fetch())
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
$list_display = ($this->parent->settings['open'] ? "" : "none");
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
if($this->parent->mode == "new_page" || $this->parent->mode == "new_menu" )
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
$rowheading = $this->parent->parse_heading($row['download_name']);
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
$qry = " AND download_datestamp>".$this->parent->getlvisit();
- Exclude checks
Reference to undeclared property \list_download->parent
Open
Open
$bullet = $this->parent->getBullet($this->parent->settings['icon']);
- Exclude checks