caipin 5 år sedan
förälder
incheckning
2460e87983
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      protected/controller/InvoiceController.php

+ 1 - 1
protected/controller/InvoiceController.php

@@ -8243,7 +8243,7 @@ class InvoiceController extends DooController {
 	 * @return boolean[]
 	 * @return boolean[]
 	 */
 	 */
 	public function getTableCountBySql($sql = "") {
 	public function getTableCountBySql($sql = "") {
-		echo $sql;
+		
 		$query = Doo::db ()->query ( $sql );
 		$query = Doo::db ()->query ( $sql );
 		$result = $query->fetchAll ();
 		$result = $query->fetchAll ();