summaryrefslogtreecommitdiff
path: root/app/models/Category.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-11 20:32:10 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-04-11 20:32:10 +0200
commit61943f1661383bf8017b4c2a76fd11618e4adae0 (patch)
tree2a6719dd3276b34856051fa90d1f003df2005793 /app/models/Category.php
parentb9f883be693ecaf0c956c64b9f3bd52f854cb04a (diff)
Plus possible d'ajouter un flux déjà existant + meilleure gestion actualisation / import OPML
Diffstat (limited to 'app/models/Category.php')
-rwxr-xr-xapp/models/Category.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/Category.php b/app/models/Category.php
index a153b8838..ae803591f 100755
--- a/app/models/Category.php
+++ b/app/models/Category.php
@@ -130,8 +130,6 @@ class CategoryDAO extends Model_pdo {
if (isset ($cat[0])) {
return $cat[0];
} else {
- $info = $stm->errorInfo();
- Log::record ('SQL error : ' . $info[2], Log::ERROR);
return false;
}
}
@@ -148,8 +146,6 @@ class CategoryDAO extends Model_pdo {
if (isset ($cat[0])) {
return $cat[0];
} else {
- $info = $stm->errorInfo();
- Log::record ('SQL error : ' . $info[2], Log::ERROR);
return false;
}
}