fixed E_STRICT
This commit is contained in:
@@ -78,17 +78,6 @@ class PMA_Sql
|
||||
*/
|
||||
var $_tokens = array();
|
||||
|
||||
/**
|
||||
* old PHP 4 style constructor
|
||||
* @deprecated
|
||||
* @access public
|
||||
* @see PMA_sql::__construct()
|
||||
*/
|
||||
function PMA_sql($sql)
|
||||
{
|
||||
$this->__construct($sql);
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
|
Reference in New Issue
Block a user