diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 03:04:26 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 03:04:26 -0600 |
commit | b6dc90e3f658a8201424aafec8e304c74d981022 (patch) | |
tree | 08440455657f7d657c6659ae41614bafbd8e0cbc /pages/gallery.php | |
parent | 1e4045408872ac9bc83417f9c58ca740e54fff3d (diff) | |
download | pathery-b6dc90e3f658a8201424aafec8e304c74d981022.tar.xz |
Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQL
Diffstat (limited to 'pages/gallery.php')
-rw-r--r-- | pages/gallery.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/gallery.php b/pages/gallery.php index 525c73a..fce6256 100644 --- a/pages/gallery.php +++ b/pages/gallery.php @@ -360,10 +360,6 @@ ini_set('display_errors',1); echo ini_get('max_execution_time'); echo ":"; - -//$motd = MapOfTheDay(3); -//$map = $motd['map']; - if (isset($_GET['walls'])) { $map[0][4] = ($_GET['walls'] * 1); } |