git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3561 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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;