fixed E_STRICT

This commit is contained in:
Sebastian Mendel
2007-08-02 11:40:16 +00:00
parent 3623ccbc73
commit d2b9013fad
14 changed files with 88 additions and 148 deletions

View File

@@ -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
*