Changeset 7676 for extensions/GMaps/gmaps_root.class.inc.php
- Timestamp:
- Nov 7, 2010, 4:48:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GMaps/gmaps_root.class.inc.php
r7619 r7676 358 358 $date=date('Y-m-d H:i:s', time()-$time); 359 359 360 $sql="DELETE FROM ".$this->tables['cache']." pgc361 USING ".$this->tables['cache']." pgc360 $sql="DELETE FROM ".$this->tables['cache']." 361 USING ".$this->tables['cache']." 362 362 JOIN ".$this->tables['cache_id']." pgci 363 ON pgc.requestId = pgci.requestId363 ON ".$this->tables['cache'].".requestId = pgci.requestId 364 364 WHERE pgci.`date` < '$date';"; 365 365 pwg_query($sql);
Note: See TracChangeset
for help on using the changeset viewer.