]> git.mxchange.org Git - friendica.git/commitdiff
new lines removed
authorAlexander Kampmann <programmer@nurfuerspam.de>
Thu, 22 Mar 2012 12:05:34 +0000 (13:05 +0100)
committerAlexander Kampmann <programmer@nurfuerspam.de>
Thu, 22 Mar 2012 12:05:34 +0000 (13:05 +0100)
database.sql
index.php

index 13a40146484af8e78b3eaa45253d9e8f7341790a..327b482c0690e929417d3520ba36778050f60464 100755 (executable)
@@ -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,
index 139f0a38b0e1dd8f3cc56f0ae21417e841f3e2e3..5f6d74adb9be383a62e917542f1103f186273d81 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -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) {
 
        /**