diff options
| author | 2013-04-11 20:32:10 +0200 | |
|---|---|---|
| committer | 2013-04-11 20:32:10 +0200 | |
| commit | 61943f1661383bf8017b4c2a76fd11618e4adae0 (patch) | |
| tree | 2a6719dd3276b34856051fa90d1f003df2005793 /app/models/Entry.php | |
| parent | b9f883be693ecaf0c956c64b9f3bd52f854cb04a (diff) | |
Plus possible d'ajouter un flux déjà existant + meilleure gestion actualisation / import OPML
Diffstat (limited to 'app/models/Entry.php')
| -rwxr-xr-x | app/models/Entry.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/Entry.php b/app/models/Entry.php index 4c672bcf3..c8d05c5eb 100755 --- a/app/models/Entry.php +++ b/app/models/Entry.php @@ -372,8 +372,6 @@ class EntryDAO extends Model_pdo { if (isset ($entry[0])) { return $entry[0]; } else { - $info = $stm->errorInfo(); - Log::record ('SQL error : ' . $info[2], Log::ERROR); return false; } } |
