1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-25 20:28:12 +03:00

fix SQL export for pliguns

This commit is contained in:
Mzhelskiy Maxim 2010-04-17 18:35:10 +00:00
parent 4c085d085f
commit ad5619fe65

View file

@ -160,7 +160,7 @@ abstract class Plugin extends Object {
if($sQuery!='') {
$bResult=$this->Database_GetConnect()->query($sQuery);
if(!$bResult) $aErrors[] = mysql_error();
if($bResult===false) $aErrors[] = mysql_error();
}
}