Indefero

Indefero Commit Details


Date:2011-03-08 18:37:41 (13 years 9 months ago)
Author:Patrick Georgi
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:bc82ee24d8e91d081407f2e949b72e281334ebba
Parents: 6ab1f4a4f0958fbbb13fd5f7e5903ae57657e3b2
Message:Fix a MySQL-ism (closes issue 628)

Changes:

File differences

src/IDF/Views.php
376376
377377
378378
379
379
380380
381381
382382
// 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'];

Archive Download the corresponding diff file

Page rendered in 0.08444s using 14 queries.