non-code change
This commit is contained in:
parent
0cf647bf6f
commit
aebf9bb4d6
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue