[Fusionforge-commits] r11221 - trunk/src/common/docman/actions

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Wed Oct 27 17:24:22 CEST 2010


Author: nerville
Date: 2010-10-27 17:24:22 +0200 (Wed, 27 Oct 2010)
New Revision: 11221

Modified:
   trunk/src/common/docman/actions/editfile.php
Log:
remove exit call

Modified: trunk/src/common/docman/actions/editfile.php
===================================================================
--- trunk/src/common/docman/actions/editfile.php	2010-10-27 15:18:50 UTC (rev 11220)
+++ trunk/src/common/docman/actions/editfile.php	2010-10-27 15:24:22 UTC (rev 11221)
@@ -52,8 +52,6 @@
         $urlparam = '&view=listfile&dirid='.$doc_group;
     }
 
-	var_dump($data);
-	exit;
 	$d= new Document($g,$docid,false,$gfcommon.'docman/engine/');
 	if ($d->isError())
 	    session_redirect('/docman/?group_id='.$group_id.$urlparam.'&error_msg='.urlencode($d->getErrorMessage()));




More information about the Fusionforge-commits mailing list