|
CVS: phpwiki/lib PageType.php,1.39,1.40: msg#00201web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18672 Modified Files: PageType.php Log Message: avoid some cornercase intermap warning. Thanks to Stefan <sonstiges@xxxxxxxxxxxxxx> Index: PageType.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/PageType.php,v retrieving revision 1.39 retrieving revision 1.40 diff -u -2 -b -p -d -r1.39 -r1.40 --- PageType.php 25 Jan 2005 06:59:35 -0000 1.39 +++ PageType.php 31 Jan 2005 12:15:08 -0000 1.40 @@ -139,4 +139,6 @@ class PageType_interwikimap extends Page $intermap = false; } + else + $intermap = false; } else { $intermap = $this->_getMapFromWikiText($pagetext); @@ -455,4 +457,7 @@ class PageFormatter_pdf extends PageForm } // $Log$ +// Revision 1.40 2005/01/31 12:15:08 rurban +// avoid some cornercase intermap warning. Thanks to Stefan <sonstiges@xxxxxxxxxxxxxx> +// // Revision 1.39 2005/01/25 06:59:35 rurban // fix bogus InterWikiMap warning ------------------------------------------------------- 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> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/lib IniConfig.php,1.75,1.76: 00201, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib IniConfig.php,1.76,1.77: 00201, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib IniConfig.php,1.75,1.76i: 00201, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib IniConfig.php,1.76,1.77: 00201, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |