Indefero

Indefero Commit Details


Date:2008-08-01 15:03:56 (16 years 4 months ago)
Author:Loic d'Anterroches
Branch:dev, 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, master, newdiff, release-1.1, release-1.2, release-1.3, svn
Commit:a831c749d849f903f84698c36666affd391aa04d
Parents: 7d806325579547facd27a0c44b54872fe9d7fb2d
Message:Fixed boolean for PostgreSQL.

Changes:

File differences

src/IDF/Project.php
240240
241241
242242
243
243
244244
245245
246246
$owners[] = Pluf::factory('Pluf_User', $row->owner_id)->login;
}
}
$sql = new Pluf_SQL('model_class=%s AND model_id=%s AND owner_class=%s AND permission=%s AND negative=0',
$sql = new Pluf_SQL('model_class=%s AND model_id=%s AND owner_class=%s AND permission=%s AND negative='.$false,
array('IDF_Project', $this->id, 'Pluf_User', $mperm->id));
$members = array();
foreach ($grow->getList(array('filter' => $sql->gen())) as $row) {

Archive Download the corresponding diff file

Page rendered in 0.08263s using 13 queries.