logo       

CVS: phpwiki/lib CachedMarkup.php,1.32,1.33: msg#00189

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/lib CachedMarkup.php,1.32,1.33

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

Modified Files:
CachedMarkup.php
Log Message:
fix warning on id

Index: CachedMarkup.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/CachedMarkup.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -2 -b -p -d -r1.32 -r1.33
--- CachedMarkup.php 21 Jan 2005 14:09:08 -0000 1.32
+++ CachedMarkup.php 30 Jan 2005 19:47:19 -0000 1.33
@@ -499,5 +499,5 @@ class Cached_PluginInvocation extends Ca
if ($this->_tightenable == 3) {
$span = HTML::span(array('class' => 'plugin'), $xml);
- if ($id)
+ if (!empty($id))
$span->setAttr('id', $id);
return $span;



-------------------------------------------------------
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