|
From: Chris S. <san...@us...> - 2009-06-26 18:14:01
|
Update of /cvsroot/stack/stack-dev/lib/database In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8691/lib/database Modified Files: devCache.php Log Message: Index: devCache.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/database/devCache.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** devCache.php 26 Jun 2009 18:08:36 -0000 1.4 --- devCache.php 26 Jun 2009 18:12:16 -0000 1.5 *************** *** 20,24 **** // anti-plagiarism check: developers can uncomment line below ! //die("Cache view for developers must be enabled in devCache.php"); $cache = new StackDBCache(); --- 20,24 ---- // anti-plagiarism check: developers can uncomment line below ! die("Cache view for developers must be enabled in devCache.php"); $cache = new StackDBCache(); |