mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
new lines removed
This commit is contained in:
parent
43f672877f
commit
9ba5fff865
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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) {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue