logo       

CVS: phpwiki/lib CachedMarkup.php,1.33,1.34: msg#00192

web.wiki.phpwiki.checkins

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

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

Modified Files:
CachedMarkup.php
Log Message:
one more id warning prevention

Index: CachedMarkup.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/CachedMarkup.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -2 -b -p -d -r1.33 -r1.34
--- CachedMarkup.php 30 Jan 2005 19:47:19 -0000 1.33
+++ CachedMarkup.php 30 Jan 2005 21:51:04 -0000 1.34
@@ -507,5 +507,5 @@ class Cached_PluginInvocation extends Ca
$div->setInClass('bottom', ($this->_tightenable & 2) != 0);
}
- if ($id)
+ if (!empty($id))
$div->setAttr('id', $id);
$div->pushContent($xml);



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