Indefero

Indefero Commit Details


Date:2008-11-23 07:44:44 (16 years 29 days 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
Commit:b7b7e7aff27296656db1b7b13a058a6135b8b4ab
Parents: 380df7380b8b911dfb31ee835256841ff1699599
Message:Fixed to use the right initialized labels.

Changes:

File differences

src/IDF/Views/Wiki.php
296296
297297
298298
299
299
300300
301301
302302
$conf = new IDF_Conf();
$conf->setProject($project);
$st = preg_split("/\015\012|\015|\012/",
$conf->getVal('labels_wiki_predefined', IDF_Form_UploadConf::init_predefined), -1, PREG_SPLIT_NO_EMPTY);
$conf->getVal('labels_wiki_predefined', IDF_Form_WikiConf::init_predefined), -1, PREG_SPLIT_NO_EMPTY);
$auto = '';
foreach ($st as $s) {
$v = '';

Archive Download the corresponding diff file

Page rendered in 0.08924s using 13 queries.