Search:
Login
Preferences
Help/Guide
About Trac
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 14
and
Version 15
of
XcacheApi
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2007-07-05T16:55:45+02:00 (
6 years
ago)
Author:
moo
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
XcacheApi
v14
v15
68
68
}
69
69
mysql_query .... and get $data
70
xcache_set("
cache
", $data, 120); // save for 2 minutes
70
xcache_set("
abc_data
", $data, 120); // save for 2 minutes
71
71
fclose($fp);
72
72
return $data;