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

Revision: 89851
Author:   jeroendedauw
Date:     2011-06-10 20:37:42 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
rem debug code

Modified Paths:
--------------
    trunk/extensions/GraphViz/GraphViz.php

Modified: trunk/extensions/GraphViz/GraphViz.php
===================================================================
--- trunk/extensions/GraphViz/GraphViz.php      2011-06-10 20:36:57 UTC (rev 
89850)
+++ trunk/extensions/GraphViz/GraphViz.php      2011-06-10 20:37:42 UTC (rev 
89851)
@@ -290,7 +290,6 @@
                } elseif ( $wgGraphVizSettings->named == 'sha1' ) {
                        $storagename .= sha1( $timelinesrc );  // produce 
sha1-hash
                } else { // named == 'named'
-                       var_dump($wgGraphVizSettings->named);exit;
                        $storagename .=  str_replace( "%", '_perc_',
                                urlencode( trim( str_replace( array( "\n", "\\" 
), array( '', '/' ),
                                        substr( $timelinesrc, 0, strpos( 
$timelinesrc, '{' ) )  // extract the name of the graph out of the graph


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

Reply via email to