diff --git a/src/IDF/Views.php b/src/IDF/Views.php index e79b510..76e422b 100644 --- a/src/IDF/Views.php +++ b/src/IDF/Views.php @@ -376,7 +376,7 @@ class IDF_Views // Count members $db =& Pluf::db(); - $sql = "SELECT count(id) as `nb` FROM indefero_users WHERE first_name != '---'"; + $sql = "SELECT count(id) as nb FROM indefero_users WHERE first_name != '---'"; $ret = $db->select ($sql); $forgestats['members'] = $ret[0]['nb'];