Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv4657/phpslash-ft/public_html
Modified Files:
config.php3
Log Message:
related links cache uses correct language and skin
Index: config.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** config.php3 2001/11/24 14:02:12 1.118
--- config.php3 2001/12/07 21:23:25 1.119
***************
*** 411,414 ****
--- 411,421 ----
);
+ /* Seconds to cache the formatted output in a serialized variable
+ saveStory clears the cache. Default is no cache.
+ always set expirerelated >= expirestory
+ */
+ $_PSL[expirestory] = 0;
+ $_PSL[expirerelated] = 14400;
+
/* ============= Things to deprecate ============= */
|