Updated deleteLinksFromNonexistent function:
[lhc/web/wiklou.git] / maintenance / dumpSisterSites.php
index 45927b0..2a7369c 100644 (file)
@@ -21,7 +21,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
- * @addtogroup SpecialPage
+ * @file
+ * @ingroup SpecialPage
  */
 
 require_once( 'commandLine.inc' );
@@ -45,4 +46,4 @@ while( $row = $dbr->fetchObject( $result ) ) {
 
 $dbr->freeResult( $result );
 
-?>
+