Impress -> category Add a check on the date
This commit is contained in:
parent
348aeb611e
commit
0a9575304e
1 changed files with 2 additions and 1 deletions
|
|
@ -164,7 +164,8 @@ if ( $_GET['histo'] == 4 ) {
|
|||
echo $export_pdf;
|
||||
exit();
|
||||
}
|
||||
|
||||
if ( isDate($_REQUEST['start']) == null || isDate ($_REQUEST['end']) == null ) {
|
||||
alert('Date invalide !'); exit;}
|
||||
// for the lettering
|
||||
foreach($array as $row) {
|
||||
$letter=new Lettering_Card($cn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue