Skip to content

Commit

Permalink
v9 Third Final Commit
Browse files Browse the repository at this point in the history
Installer fix with demo data
  • Loading branch information
Ross Parler authored and Ross Parler committed Feb 4, 2015
1 parent bde6915 commit 3243206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ General: fixed WebKit (Chrome/Safari/etc) issue with floating drop down menu on
i18n: Chinese Traditional complete and set to active
Edited value in table gibboni18n

Installer: fixed issue which prevented all demo data from being installed
Edited file /installer/install.php


v8.3.00
-------
General: added footer link to credits on Gibbon website
Expand Down
2 changes: 1 addition & 1 deletion installer/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
print "</div>" ;
}
else {
$query=@fread(@fopen("../gibbon_demo.sql", 'r'), @filesize("../gibbon.sql")) or die('Encountered a problem.');
$query=@fread(@fopen("../gibbon_demo.sql", 'r'), @filesize("../gibbon_demo.sql")) or die('Encountered a problem.');
$query=remove_remarks($query);
$query=split_sql_file($query, ';');

Expand Down

0 comments on commit 3243206

Please sign in to comment.