new lines removed

This commit is contained in:
Alexander Kampmann 2012-03-22 13:05:34 +01:00
parent 43f672877f
commit 9ba5fff865
2 changed files with 2 additions and 1 deletions

View File

@ -860,6 +860,7 @@ INDEX ( `ham` ),
INDEX ( `term` )
) ENGINE = MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `userd` (
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`username` CHAR( 255 ) NOT NULL,

View File

@ -41,7 +41,7 @@ require_once("dba.php");
$db = new dba($db_host, $db_user, $db_pass, $db_data, $install);
unset($db_host, $db_user, $db_pass, $db_data);
if(! $install) {
/**