- Records page introduced
- rearangements in the include structure
This commit is contained in:
@@ -55,7 +55,11 @@ if( empty($someOptions['dontFetch' ]) ) $someOptions['dontFetch' ] = false;
|
||||
);
|
||||
}
|
||||
$pdoResult = $pdoStatement->execute();
|
||||
|
||||
if(!$pdoResult){
|
||||
echo("Error during dbQuery!\n");
|
||||
echo($aDbConnection->errorInfo();
|
||||
echo(PDOStatement::errorInfo();
|
||||
}
|
||||
if($someOptions['dontFetch']){
|
||||
$ret = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user