mysqlmanager epic fix (selectvalue)
This commit is contained in:
@@ -540,7 +540,8 @@ class MySqlManager extends PhpObject
|
|||||||
{
|
{
|
||||||
$oConstraints = array($this->getId($sTableName)=>$oConstraints);
|
$oConstraints = array($this->getId($sTableName)=>$oConstraints);
|
||||||
}
|
}
|
||||||
return $this->selectRow($sTableName, $oConstraints, $sColumnName);
|
$oResult = $this->selectRow($sTableName, $oConstraints, $sColumnName);
|
||||||
|
return empty($oResult)?false:$oResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function pingValue($sTableName, $oConstraints)
|
public function pingValue($sTableName, $oConstraints)
|
||||||
|
|||||||
Reference in New Issue
Block a user