qq QI fail thx @ messerbill

This commit is contained in:
Ulf Gebhardt 2014-01-26 21:35:31 +01:00
parent 49c5b2630c
commit a7152116dd

View File

@ -24,8 +24,8 @@ class QQ {
public static function Q1(){ public static function Q1(){
return self::QQ()->next();} return self::QQ()->next();}
public static function QI($params,$params_mys = null){ public static function QI(){
$qq = self::QQ($params,$params_mys); $qq = self::QQ();
return $qq->affectedRows() != (0||null);} return $qq->affectedRows() != (0||null);}
//override this //override this
protected static function query(){ protected static function query(){