Added urlField and disabled persistent mysql connection by default
This commit is contained in:
parent
e0e2b5a472
commit
3054f272da
2 changed files with 32 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ class SQLClass {
|
|||
|
||||
static public $debug=true;
|
||||
|
||||
static public $persistent='p:';
|
||||
//static public $persistent='p:';
|
||||
static public $persistent='';
|
||||
|
||||
static public function print_sql_fail($sql_fail, $server_data='default')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue