Merge branch 'release-1.1' of projects.ceondo.com:indefero into develop

This commit is contained in:
Thomas Keller
2011-03-09 13:51:36 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -378,7 +378,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'];