diff options
| author | Georgi Nikolov <ggeorgi60@gmail.com> | 2025-01-19 20:20:58 +0200 |
|---|---|---|
| committer | Georgi Nikolov <ggeorgi60@gmail.com> | 2025-01-19 20:20:58 +0200 |
| commit | 7ac34b7dd0ec513f374786b9b5059c259bd43e92 (patch) | |
| tree | 98016c66d5580f7f3b22ad9ac77127a8b2890523 /models/webpage.php | |
| parent | c4d75d1ef68078afbf20ccdb959047ff69e813cf (diff) | |
| download | nowayforward_human-7ac34b7dd0ec513f374786b9b5059c259bd43e92.tar nowayforward_human-7ac34b7dd0ec513f374786b9b5059c259bd43e92.tar.gz nowayforward_human-7ac34b7dd0ec513f374786b9b5059c259bd43e92.zip | |
Adjusted the time and date to match BG time
Diffstat (limited to 'models/webpage.php')
| -rw-r--r-- | models/webpage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/webpage.php b/models/webpage.php index a7fa1b9..46c8407 100644 --- a/models/webpage.php +++ b/models/webpage.php @@ -14,7 +14,7 @@ class Webpage extends Table { return Table::_create( 'Webpages', '(Path, URL, Date, Visits, RequesterUID)', - "(\"$Path\", \"$URL\", NOW(), 0, \"$RequesterUID\")" + "(\"$Path\", \"$URL\", (NOW() + INTERVAL 2 HOUR), 0, \"$RequesterUID\")" ); } |
