http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72826

Revision: 72826
Author:   nikerabbit
Date:     2010-09-11 20:20:45 +0000 (Sat, 11 Sep 2010)

Log Message:
-----------
Remove wfPurgeSquidServers - has been deprecated for six years (r5032)

Modified Paths:
--------------
    trunk/phase3/includes/GlobalFunctions.php

Modified: trunk/phase3/includes/GlobalFunctions.php
===================================================================
--- trunk/phase3/includes/GlobalFunctions.php   2010-09-11 19:41:30 UTC (rev 
72825)
+++ trunk/phase3/includes/GlobalFunctions.php   2010-09-11 20:20:45 UTC (rev 
72826)
@@ -1452,14 +1452,6 @@
 }
 
 /**
- * This is obsolete, use SquidUpdate::purge()
- * @deprecated
- */
-function wfPurgeSquidServers( $urlArr ) {
-       SquidUpdate::purge( $urlArr );
-}
-
-/**
  * Windows-compatible version of escapeshellarg()
  * Windows doesn't recognise single-quotes in the shell, but the 
escapeshellarg()
  * function puts single quotes in regardless of OS.



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to