Prettify upload form for RTL wikis
[lhc/web/wiklou.git] / includes / ExternalStoreDB.php
index 861a993..f9046f7 100644 (file)
@@ -1,14 +1,12 @@
 <?php
 /**
  *
- * @package MediaWiki
  *
  * DB accessable external objects
  *
  */
 
 
-/** @package MediaWiki */
 
 /**
  * External database storage will use one (or more) separate connection pools
@@ -146,4 +144,4 @@ class ExternalStoreDB {
                return "DB://$cluster/$id";
        }
 }
-?>
+