Table page_props needed in tests after all.
[lhc/web/wiklou.git] / maintenance / eval.php
index 4e477f4..519411d 100644 (file)
@@ -12,8 +12,7 @@
  * To get decent line editing behavior, you should compile PHP with support
  * for GNU readline (pass --with-readline to configure).
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @addtogroup Maintenance
  */
 
 $wgForceLoadBalancing = (getenv('MW_BALANCE') ? true : false);
@@ -60,4 +59,4 @@ while ( ( $line = readconsole( '> ' ) ) !== false ) {
 
 print "\n";
 
-?>
+