]> git.mxchange.org Git - friendica.git/commitdiff
non-code change
authorFriendika <info@friendika.com>
Mon, 14 Mar 2011 02:12:46 +0000 (19:12 -0700)
committerFriendika <info@friendika.com>
Mon, 14 Mar 2011 02:12:46 +0000 (19:12 -0700)
include/dba.php

index 1fdddb8a2ce37c41c384add95d11e84bc60dda14..e2f369f199fd2252a78a00c28b69e73e03567401 100644 (file)
@@ -19,6 +19,7 @@ class dba {
        public  $connected = false;
 
        function __construct($server,$user,$pass,$db,$install = false) {
+
                $server = trim($server);
                $user = trim($user);
                $pass = trim($pass);
@@ -77,7 +78,7 @@ class dba {
                }
                else {
 
-                       /*
+                       /**
                         * If dbfail.out exists, we will write any failed calls directly to it,
                         * regardless of any logging that may or may nor be in effect.
                         * These usually indicate SQL syntax errors that need to be resolved.