e107inc/e107

View on GitHub
e107_plugins/download/e_list.php

Summary

Maintainability
A
0 mins
Test Coverage
F
3%

Reference to undeclared property \list_download->parent
Open

        $list_caption = $this->parent->settings['caption'];
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

                $record['category'] = (vartrue($this->parent->settings['category']) ? "<a href='".e_BASE."download.php?list.".$row['download_category_id']."'>".$row['download_category_name']."</a>" : "");
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

                $record['date'] = (vartrue($this->parent->settings['date']) ? $this->parent->getListDate($row['download_datestamp']) : "");
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent (Did you mean $parent)
Open

        $this->parent = $parent;
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

           ORDER BY download_datestamp DESC LIMIT 0,".intval($this->parent->settings['amount'])." ";
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

                $record['author'] = (vartrue($this->parent->settings['author']) ? $row['download_author'] : "");
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

        $downloads = $this->parent->e107->sql->gen($qry);
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

            while($row = $this->parent->e107->sql->fetch())
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

        $list_display = ($this->parent->settings['open'] ? "" : "none");
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

        if($this->parent->mode == "new_page" || $this->parent->mode == "new_menu" )
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

                $rowheading = $this->parent->parse_heading($row['download_name']);
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

            $qry = " AND download_datestamp>".$this->parent->getlvisit();
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

Reference to undeclared property \list_download->parent
Open

        $bullet = $this->parent->getBullet($this->parent->settings['icon']);
Severity: Minor
Found in e107_plugins/download/e_list.php by phan

There are no issues that match your filters.

Category
Status