r89851 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89850‎ | r89851 | r89852 >
Date:20:37, 10 June 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
rem debug code
Modified paths:
  • /trunk/extensions/GraphViz/GraphViz.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GraphViz/GraphViz.php
@@ -290,7 +290,6 @@
291291 } elseif ( $wgGraphVizSettings->named == 'sha1' ) {
292292 $storagename .= sha1( $timelinesrc ); // produce sha1-hash
293293 } else { // named == 'named'
294 - var_dump($wgGraphVizSettings->named);exit;
295294 $storagename .= str_replace( "%", '_perc_',
296295 urlencode( trim( str_replace( array( "\n", "\\" ), array( '', '/' ),
297296 substr( $timelinesrc, 0, strpos( $timelinesrc, '{' ) ) // extract the name of the graph out of the graph

Status & tagging log