r9119 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9118‎ | r9119 | r9120 >
Date:10:25, 21 May 2005
Author:jeluf
Status:old
Tags:
Comment:
uppercase URL
Modified paths:
  • /trunk/phase3/includes/ExternalStoreDB.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ExternalStoreDB.php
@@ -15,8 +15,8 @@
1616 function fetchFromURL($url) {
1717 global $wgExternalServers;
1818 #
19 - # URLs have the form db://cluster/id, e.g.
20 - # mysql://cluster1/3298247
 19+ # URLs have the form DB://cluster/id, e.g.
 20+ # DB://cluster1/3298247
2121 #
2222 $path = explode( '/', $url );
2323 $cluster = $path[2];

Status & tagging log