Browse Source

Retrait d'un die();

bastien 13 years ago
parent
commit
67fbecf861
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/CoreBundle/Repository/ElementRepository.php

+ 1 - 1
src/Muzich/CoreBundle/Repository/ElementRepository.php View File

@@ -65,7 +65,7 @@ class ElementRepository extends EntityRepository
65 65
       JOIN e.type et JOIN e.tags t $query_with JOIN e.owner eu $join_personal
66 66
       ORDER BY e.date_added DESC "
67 67
     ;
68
-    //die($query_string);
68
+    
69 69
     $query = $this->getEntityManager()
70 70
       ->createQuery($query_string)
71 71
       ->setParameters($params)