Localisation updates for core messages from Betawiki (2008-03-14 18:02 CET)
[lhc/web/wiklou.git] / includes / ExternalStoreDB.php
index 70713d0..f9046f7 100644 (file)
@@ -1,13 +1,12 @@
 <?php
 /**
  *
- * @package MediaWiki
  *
  * DB accessable external objects
  *
  */
 
-/** @package MediaWiki */
+
 
 /**
  * External database storage will use one (or more) separate connection pools
@@ -145,4 +144,4 @@ class ExternalStoreDB {
                return "DB://$cluster/$id";
        }
 }
-?>
+