]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Removed return from 1st line of runDbScript()
authorEric Helgeson <helfire@Erics-MBP.local>
Wed, 20 May 2009 21:39:08 +0000 (16:39 -0500)
committerEric Helgeson <helfire@Erics-MBP.local>
Wed, 20 May 2009 21:39:08 +0000 (16:39 -0500)
commita3280961d2d92724dcdb451192450662f26eee8e
tree76982731f548344e6d1c83e75b3f92df28033471
parentdbf82f7c1e995f25de6ed2c80b49677118df1a35
Removed return from 1st line of runDbScript()
fixed broken html tag on success page.
handlePost() now will show as many errors as it can (instead of one at a time)
checkPrereqs() will show all errors at once instead of failing on first one, installer will be able to try to fix all instead of fixing one at a time and trying again.
writeConf(): added if LACONICA is !defined exit

Tests: drop database and remove config.php, ran installer. Passed.
install.php