Indefero

Indefero Commit Details


Date:2008-08-01 15:13:25 (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, release-1.1, release-1.2, release-1.3, svn
Commit:593afd9b8b18efde2a7817d57e8f101112aaa6fe
Parents: a831c749d849f903f84698c36666affd391aa04d
Message:Fix for PostgreSQL.

Changes:

File differences

src/IDF/Conf.php
8686
8787
8888
89
89
9090
9191
9292
function initCache()
{
$this->datacache = new ArrayObject();
$sql = new Pluf_SQL('project=%s', $this->_project);
$sql = new Pluf_SQL('project=%s', $this->_project->id);
foreach ($this->getList(array('filter' => $sql->gen())) as $val) {
$this->datacache[$val->vkey] = $val->vdesc;
}

Archive Download the corresponding diff file

Page rendered in 0.07327s using 13 queries.