[ticket/644] Reduce caching time on portal page

B3P-644
This commit is contained in:
Marc Alexander
2015-08-04 14:48:31 +02:00
parent f3dd0c37c1
commit a991cb1359
4 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ class birthday_list extends module_base
'ORDER BY' => $order_by,
);
$sql = $this->db->sql_build_query('SELECT', $sql_array);
$result = $this->db->sql_query($sql, 3600);
$result = $this->db->sql_query($sql, 300);
$today = sprintf('%2d-%2d-', $now['mday'], $now['mon']);
while ($row = $this->db->sql_fetchrow($result))