From adfaa924aab58c8c5cdda36f2985f4ad164e66ae Mon Sep 17 00:00:00 2001 From: uckelman Date: Fri, 18 Feb 2005 20:43:40 +0000 Subject: [PATCH] WikiDB::genericWarnings() is no longer used. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4592 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiDB.php | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/lib/WikiDB.php b/lib/WikiDB.php index b2d8fe1a5..f2fad076d 100644 --- a/lib/WikiDB.php +++ b/lib/WikiDB.php @@ -1,5 +1,5 @@ _backend->check(); } - /** - * Get any user-level warnings about this WikiDB. - * - * Some back-ends, e.g. by default create there data files in the - * global /tmp directory. We would like to warn the user when this - * happens (since /tmp files tend to get wiped periodically.) - * Warnings such as these may be communicated from specific - * back-ends through this method. - * - * @access public - * - * @return string A warning message (or false if there is - * none.) - */ - function genericWarnings() { - return false; - } - /** * Close database connection. * @@ -2145,6 +2127,9 @@ function _sql_debuglog_shutdown_function() { } // $Log: not supported by cvs2svn $ +// Revision 1.126 2005/02/04 17:58:06 rurban +// minor versioncache improvement. part 2/3 of Charles Corrigan cache patch. not sure about the 0/1 issue +// // Revision 1.125 2005/02/03 05:08:39 rurban // ref fix by Charles Corrigan // @@ -2514,4 +2499,4 @@ function _sql_debuglog_shutdown_function() { // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> -- 2.45.0