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:3e6527bab38623873b3363f9096b363a41a06da8
Parents: 9b7691c1aeb586886ee19e85d15d2a1130343e19
Message:Fix a MySQL-ism (closes issue 628)

Changes:

File differences

src/IDF/Views.php
378378
379379
380380
381
381
382382
383383
384384
// 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.07536s using 14 queries.