Explorar o código

Impact analysis: still an alpha version.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3561 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=10) %!d(string=hai) anos
pai
achega
abb919d547
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/UI.php

+ 1 - 1
pages/UI.php

@@ -284,7 +284,7 @@ EOF
 	try
 	{
 		$oGraph->InitFromGraphviz();
-	
+		$sExportAsPdfURL = '';
 		if (extension_loaded('gd'))
 		{
 			$sExportAsPdfURL = utils::GetAbsoluteUrlAppRoot().'pages/ajax.render.php?operation=relation_pdf&relation='.$sRelation.'&direction='.($bDirectionDown ? 'down' : 'up').'&class='.$sClass.'&id='.$id;