From 2ef21361985a1cb9b3106c6d7e5591f21692773e Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 13 Dec 2004 08:15:09 +0000 Subject: [PATCH] false is wrong. null might be better but lets play safe. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4267 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiDB.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/WikiDB.php b/lib/WikiDB.php index 11fcb5c51..a37af73c7 100644 --- a/lib/WikiDB.php +++ b/lib/WikiDB.php @@ -1,5 +1,5 @@ getPage(); - $page->set('_cached_html', false); + $page->set('_cached_html', ''); } $possibly_cache_results = false; } @@ -2141,6 +2141,11 @@ function _sql_debuglog_shutdown_function() { } // $Log: not supported by cvs2svn $ +// Revision 1.116 2004/12/10 22:15:00 rurban +// fix $page->get('_cached_html) +// refactor upgrade db helper _convert_cached_html() to be able to call them from WikiAdminUtils also. +// support 2nd genericSqlQuery param (bind huge arg) +// // Revision 1.115 2004/12/10 02:45:27 rurban // SQL optimization: // put _cached_html from pagedata into a new seperate blob, not huge serialized string. -- 2.45.0