From: Jens Frank Date: Sat, 21 May 2005 10:25:51 +0000 (+0000) Subject: uppercase URL X-Git-Tag: 1.5.0alpha2~137 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=d2949d9a21e0a949fa4a0eba38b63bdcdafe4de2;p=lhc%2Fweb%2Fwiklou.git uppercase URL --- diff --git a/includes/ExternalStoreDB.php b/includes/ExternalStoreDB.php index de4d3ccebf..ce30d2ee13 100644 --- a/includes/ExternalStoreDB.php +++ b/includes/ExternalStoreDB.php @@ -15,8 +15,8 @@ class ExternalStoreDB { function fetchFromURL($url) { global $wgExternalServers; # - # URLs have the form db://cluster/id, e.g. - # mysql://cluster1/3298247 + # URLs have the form DB://cluster/id, e.g. + # DB://cluster1/3298247 # $path = explode( '/', $url ); $cluster = $path[2];