Skip to content

Commit

Permalink
update pdf #107
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jan 29, 2016
1 parent 49ee91f commit 8f912ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Auto_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ private function sendAtString($scheduleTime) {
$scheduleTime = $scheduleTime - $this->timeOffset;

$returnValue = date('Y-', $scheduleTime).date('m-', $scheduleTime)
.(date('d', $scheduleTime)).' '.(date('H', $scheduleTime)-1).':'
.(date('d', $scheduleTime)).' '.(date('H', $scheduleTime)).':'
.(date('i', $scheduleTime)).date(':s', $scheduleTime);

return $returnValue;
Expand Down
Binary file modified assets/pdf/ToolwatchEuropastar.pdf
Binary file not shown.

0 comments on commit 8f912ca

Please sign in to comment.