[Vtigercrm-commits] [vtiger-commits] r4592 - /vtigercrm/trunk/modules/Products/Save.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 03:27:07 EST 2006
Author: saraj
Date: Tue Mar 28 01:27:03 2006
New Revision: 4592
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/Products/Save.php
Modified: vtigercrm/trunk/modules/Products/Save.php
==============================================================================
--- vtigercrm/trunk/modules/Products/Save.php (original)
+++ vtigercrm/trunk/modules/Products/Save.php Tue Mar 28 01:27:03 2006
@@ -56,7 +56,6 @@
}
//Checking If image is given or not
-//echo '<pre>';print_r($_FILES);echo '</pre>';
$uploaddir = $root_directory."test/product/" ;//set this to which location you need to give the product image
$log->info("The Location to Save the Product Image is ".$uploaddir);
$image_lists=array();
@@ -193,7 +192,6 @@
header("location: index.php?action=$error_action&module=$error_module&record=$return_id&return_id=$return_id&return_action=$return_action&return_module=$return_module&activity_mode=$activity_mode&return_viewname=$return_viewname&saveimage=$saveimage&error_msg=$errormessage&image_error=$image_error&encode_val=$encode_field_values");
}
-//echo '<pre>';print_r($image_lists);echo '</pre>';
if($saveimage=="true")
{
$image_lists_db=implode("###",$image_lists);
More information about the vtigercrm-commits
mailing list