\r
$limit = TIME - 72000;\r
if (!file_exists($cache) || !file_exists($update) || filemtime($cache) < $limit) {\r
- $r = $core->con->select('SELECT * FROM book_collection_compile WHERE online_'.$os.'=1 AND collection_id=\'' . $core->con->escape($id) . '\'');\r
+ $r = $core->con->select('SELECT * FROM book_collection_compile WHERE online_' . $os . '=1 AND collection_id=\'' . $core->con->escape($id) . '\'');\r
$r->fetch();\r
$version = $r->compile_date;\r
\r
$reg[$var] = array('^' . $r . 'data/background/\d+/t' . $i . '.jpg$', '^' . $r . 'data/contents/p' . $i . '.svg$');\r
}\r
$reg['urgents'] = array('^' . $r . 'images/(.*)$', '^' . $r . 'data/images/(.*)$');\r
+ $reg['loading'] = array_merge($reg['loading'], $reg['urgents']);\r
+\r
$exclude = array();\r
if ($resolution == 150) {\r
$er = 300;\r