diff options
| author | 2013-12-25 14:29:29 +0100 | |
|---|---|---|
| committer | 2013-12-25 14:29:29 +0100 | |
| commit | a4b890b67fb4d97c97a2b1b455c327ce4b905194 (patch) | |
| tree | 8f911c497a9d0b95a3c33d12672f7cb6ecbdc4de /app/Models/FeedDAO.php | |
| parent | 7e6d2eb6f4236b4f04bfb7c976f135a1f33cc107 (diff) | |
Suite gestion plus fine de l'historique
Diffstat (limited to 'app/Models/FeedDAO.php')
| -rw-r--r-- | app/Models/FeedDAO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/FeedDAO.php b/app/Models/FeedDAO.php index 451fc3850..7d91a032a 100644 --- a/app/Models/FeedDAO.php +++ b/app/Models/FeedDAO.php @@ -193,7 +193,7 @@ class FreshRSS_FeedDAO extends Minz_ModelPdo { } public function listFeedsOrderUpdate () { - $sql = 'SELECT id, url, pathEntries, httpAuth, keep_history FROM `' . $this->prefix . 'feed` ORDER BY lastUpdate'; + $sql = 'SELECT id, name, url, pathEntries, httpAuth, keep_history FROM `' . $this->prefix . 'feed` ORDER BY lastUpdate'; $stm = $this->bd->prepare ($sql); $stm->execute (); |
