Explorar el Código

Retrait d'un die();

bastien hace 15 años
padre
commit
67fbecf861
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Muzich/CoreBundle/Repository/ElementRepository.php

+ 1 - 1
src/Muzich/CoreBundle/Repository/ElementRepository.php Ver fichero

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