- Records page introduced

- rearangements in the include structure
This commit is contained in:
marko
2020-11-19 12:53:28 +01:00
parent a0ef0bf40c
commit de24498f77
15 changed files with 433 additions and 365 deletions

View File

@@ -30,8 +30,6 @@ return;
}
function sendEmail($toEmail, $emailText){
//var_dump($toEmail);
//var_dump($emailText);
try{
$date=new DateTime();
mail(

View File

@@ -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;
}