logo       

CVS: phpwiki/lib/plugin _BackendInfo.php,1.23,1.24: msg#00176

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/lib/plugin _BackendInfo.php,1.23,1.24

Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26166/plugin

Modified Files:
_BackendInfo.php
Log Message:
support bool

Index: _BackendInfo.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/_BackendInfo.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -2 -b -p -d -r1.23 -r1.24
--- _BackendInfo.php 21 Jan 2005 14:13:23 -0000 1.23
+++ _BackendInfo.php 29 Jan 2005 19:47:43 -0000 1.24
@@ -103,4 +103,7 @@ extends WikiPlugin
ob_end_clean();
}
+ elseif (is_bool($val)) {
+ $data[$key] = $val ? "<true>" : "<false>";
+ }
elseif (is_string($val) && (substr($val, 0, 2) == 'a:')) {
// how to indent this table?
@@ -131,5 +134,4 @@ extends WikiPlugin
}

-
function _showhash ($heading, $hash, $pagename = '') {
$rows = array();
@@ -157,4 +159,7 @@ extends WikiPlugin

// $Log$
+// Revision 1.24 2005/01/29 19:47:43 rurban
+// support bool
+//
// Revision 1.23 2005/01/21 14:13:23 rurban
// stabilize on numeric keys (strange php problem)



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise