mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
bah, group handling needs some further discussion ... I'm done with it for M-2
git-svn-id: file:///svn/phpbb/trunk@4440 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -35,12 +35,9 @@ class sql_db
|
||||
var $rownum = array();
|
||||
var $num_queries = 0;
|
||||
|
||||
//
|
||||
// Constructor
|
||||
//
|
||||
function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true)
|
||||
{
|
||||
$this->connect_string = "";
|
||||
$this->connect_string = '';
|
||||
|
||||
if ($sqluser)
|
||||
{
|
||||
@@ -363,7 +360,6 @@ class sql_db
|
||||
|
||||
function sql_error($sql = '')
|
||||
{
|
||||
|
||||
if (!$this->return_on_error)
|
||||
{
|
||||
if ($this->transaction)
|
||||
|
Reference in New Issue
Block a user