https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111887

Revision: 111887
Author:   jeroendedauw
Date:     2012-02-19 20:32:47 +0000 (Sun, 19 Feb 2012)
Log Message:
-----------
message tweak

Modified Paths:
--------------
    trunk/extensions/EducationProgram/actions/ViewCourseAction.php

Modified: trunk/extensions/EducationProgram/actions/ViewCourseAction.php
===================================================================
--- trunk/extensions/EducationProgram/actions/ViewCourseAction.php      
2012-02-19 20:18:13 UTC (rev 111886)
+++ trunk/extensions/EducationProgram/actions/ViewCourseAction.php      
2012-02-19 20:32:47 UTC (rev 111887)
@@ -47,7 +47,7 @@
                );
 
                if ( count( $studentIds ) > 0 ) {
-                       $out->addElement( 'h2', array(), wfMsg( 
'ep-course-articles' ) );
+                       $out->addElement( 'h2', array(), wfMsg( 
'ep-course-students' ) );
 
                        $pager = new EPArticleTable(
                                $this->getContext(),
@@ -64,10 +64,6 @@
                                        $pager->getMultipleItemControl()
                                );
                        }
-
-                       // EPArticle::displayPager( $this->getContext(), array( 
'course_id' => $course->getId() ) );
-                       //$out->addElement( 'h2', array(), wfMsg( 
'ep-course-students' ) );
-
                }
                else {
                        // TODO


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to