Indefero

Indefero Commit Details


Date:2009-09-21 02:46:46 (15 years 3 months ago)
Author:Loic d'Anterroches
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, master, release-1.1, release-1.2, release-1.3
Commit:9d9541ee111358c9c1aa73b32a68515f32d21767
Parents: c1e23ae9e2f4dd439bbf6254c4ac48e6c9e4788c
Message:Fixed issue 278, database with - in name causes exception on the admin projects list.

Changes:

File differences

src/IDF/Views/Admin.php
352352
353353
354354
355
355
356356
357357
358358
break;
case 'MySQL':
default:
$sql = 'SHOW TABLE STATUS FROM '.Pluf::f('db_database');
$sql = 'SHOW TABLE STATUS FROM `'.Pluf::f('db_database').'`';
break;
}
$rs = $db->select($sql);

Archive Download the corresponding diff file

Page rendered in 0.07654s using 14 queries.