comments..
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
$newCaches = array();
|
||||
|
||||
$rsNewCaches = sql_slave('SELECT `caches`.`cache_id` `cacheid`, `caches`.`wp_oc` `wpoc`, `user`.`user_id` `userid`, `caches`.`country` `country`, `caches`.`name` `cachename`, `user`.`username` `username`, `caches`.`date_created` `date_created`, `cache_type`.`icon_large` FROM `caches` INNER JOIN `user` ON `caches`.`user_id`=`user`.`user_id` INNER JOIN `cache_type` ON `caches`.`type`=`cache_type`.`id` WHERE `caches`.`status` = 1 ORDER BY `caches`.`date_created` DESC LIMIT ' . ($startat+0) . ', ' . ($perpage+0));
|
||||
// see also write_newcaches_urls() in sitemap.class.php
|
||||
while ($rNewCache = sql_fetch_assoc($rsNewCaches))
|
||||
{
|
||||
$rNewCache['icon_large'] = getSmallCacheIcon($rNewCache['icon_large']);
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
*
|
||||
* Display some status information about the server and Opencaching
|
||||
* Create / redirect to statpic
|
||||
***************************************************************************/
|
||||
|
||||
require('./lib2/web.inc.php');
|
||||
|
Reference in New Issue
Block a user