logo       

CVS: phpwiki/lib/plugin RecentChanges.php,1.104,1.105 RelatedChanges.php,1.: msg#00158

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/lib/plugin RecentChanges.php,1.104,1.105 RelatedChanges.php,1.4,1.5

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

Modified Files:
RecentChanges.php RelatedChanges.php
Log Message:
pre_description is a member function, so call with $this->.


Index: RecentChanges.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/RecentChanges.php,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -2 -b -p -d -r1.104 -r1.105
--- RecentChanges.php 24 Jan 2005 23:15:16 -0000 1.104
+++ RecentChanges.php 25 Jan 2005 03:50:54 -0000 1.105
@@ -262,5 +262,5 @@ extends _RecentChanges_Formatter

function description() {
- return HTML::p(false, pre_description());
+ return HTML::p(false, $this->pre_description());
}

@@ -923,4 +923,7 @@ class DayButtonBar extends HtmlElement {

// $Log$
+// Revision 1.105 2005/01/25 03:50:54 uckelman
+// pre_description is a member function, so call with $this->.
+//
// Revision 1.104 2005/01/24 23:15:16 uckelman
// The extra description for RelatedChanges was appearing in RecentChanges

Index: RelatedChanges.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/RelatedChanges.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -2 -b -p -d -r1.4 -r1.5
--- RelatedChanges.php 24 Jan 2005 23:15:27 -0000 1.4
+++ RelatedChanges.php 25 Jan 2005 03:50:54 -0000 1.5
@@ -15,5 +15,5 @@ extends _RecentChanges_HtmlFormatter
{
function description() {
- return HTML::p(false, pre_description(),
+ return HTML::p(false, $this->pre_description(),
fmt(" (to pages linked from \"%s\")",$this->_args['page']));
}
@@ -131,4 +131,7 @@ class RelatedChangesRevisionIterator ext

// $Log$
+// Revision 1.5 2005/01/25 03:50:54 uckelman
+// pre_description is a member function, so call with $this->.
+//
// Revision 1.4 2005/01/24 23:15:27 uckelman
// The extra description for RelatedChanges was appearing in RecentChanges



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