- Records page introduced
- rearangements in the include structure
This commit is contained in:
@@ -30,8 +30,6 @@ return;
|
||||
}
|
||||
|
||||
function sendEmail($toEmail, $emailText){
|
||||
//var_dump($toEmail);
|
||||
//var_dump($emailText);
|
||||
try{
|
||||
$date=new DateTime();
|
||||
mail(
|
||||
|
||||
@@ -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