[pLog-svn] r1890 - plog/trunk/class/action/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Apr 20 19:15:13 GMT 2005


Author: oscar
Date: 2005-04-20 19:15:13 +0000 (Wed, 20 Apr 2005)
New Revision: 1890

Modified:
   plog/trunk/class/action/admin/adminaddresourceaction.class.php
Log:
unnecessary debug stuff removed

Modified: plog/trunk/class/action/admin/adminaddresourceaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminaddresourceaction.class.php	2005-04-20 19:01:34 UTC (rev 1889)
+++ plog/trunk/class/action/admin/adminaddresourceaction.class.php	2005-04-20 19:15:13 UTC (rev 1890)
@@ -58,8 +58,6 @@
             $this->_albumId     = $this->_request->getValue( "albumId" );
             $this->_resource    = $this->_request->getValue( "resourceFile" );
             $this->_destination = $this->_request->getValue( "destination" );
-            
-            print("destination is = ".$this->_destination);
 			
             // check if there is any file uploaded
             $files = HttpVars::getFiles();




More information about the pLog-svn mailing list