noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 161/219: Noalyss_SQL :: count add a space


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 161/219: Noalyss_SQL :: count add a space
Date: Mon, 18 Dec 2017 13:22:56 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit acafbcba2e7e44d021680ea0abb52964febbfafd
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 26 13:41:11 2017 +0100

    Noalyss_SQL :: count add a space
---
 include/lib/noalyss_sql.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/noalyss_sql.class.php 
b/include/lib/noalyss_sql.class.php
index 9f2e8ca..0e23ca8 100644
--- a/include/lib/noalyss_sql.class.php
+++ b/include/lib/noalyss_sql.class.php
@@ -400,7 +400,7 @@ abstract class Noalyss_SQL extends Data_SQL
         return $a_return;
     }
     public function count($p_where="",$p_array=null) {
-        $count=$this->cn->get_value("select count(*) from 
$this->table".$p_where,$p_array);
+        $count=$this->cn->get_value("select count(*) from $this->table 
".$p_where,$p_array);
         return $count;
     }
     /**



reply via email to

[Prev in Thread] Current Thread [Next in Thread]