Skip to content
Snippets Groups Projects
Verified Commit 1e0b204b authored by Damien's avatar Damien
Browse files

FIX #8192 Watermark hour

parent 53108e68
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ if ($watermarkTab['text'] == '') { ...@@ -56,7 +56,7 @@ if ($watermarkTab['text'] == '') {
if ($matches[1][$z] == 'date_now') { if ($matches[1][$z] == 'date_now') {
$currentText = date('d-m-Y'); $currentText = date('d-m-Y');
} elseif ($matches[1][$z] == 'hour_now') { } elseif ($matches[1][$z] == 'hour_now') {
$currentText = date('H:m:i'); $currentText = date('H:i');
} elseif($matches[1][$z] == 'alt_identifier'){ } elseif($matches[1][$z] == 'alt_identifier'){
if($_REQUEST['watermark_outgoing'] == "true"){ if($_REQUEST['watermark_outgoing'] == "true"){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment