[Vtigercrm-commits] [vtiger-commits] r6985 - /vtigercrm/trunk/modules/Import/ImportStepundo.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 9 08:21:30 EDT 2006
Author: saraj
Date: Fri Jun 9 06:21:27 2006
New Revision: 6985
Log:
* Modified the steps where as in previous the php files start with step2 and ends with step4 but now it has been starts with step1 and ends with step3 properly
Modified:
vtigercrm/trunk/modules/Import/ImportStepundo.php
Modified: vtigercrm/trunk/modules/Import/ImportStepundo.php
==============================================================================
--- vtigercrm/trunk/modules/Import/ImportStepundo.php (original)
+++ vtigercrm/trunk/modules/Import/ImportStepundo.php Fri Jun 9 06:21:27 2006
@@ -102,7 +102,7 @@
<form name="Import" method="POST" action="index.php">
<input type="hidden" name="module" value="<?php echo $_REQUEST['module']; ?>">
<input type="hidden" name="action" value="Import">
-<input type="hidden" name="step" value="2">
+<input type="hidden" name="step" value="1">
<input type="hidden" name="return_module" value="<?php echo $_REQUEST['RETURN_MODULE'] ?>">
<input type="hidden" name="return_id" value="<?php echo $_REQUEST['RETURN_ID'] ?>">
<input type="hidden" name="return_action" value="<?php echo $_REQUEST['RETURN_ACTION'] ?>">
More information about the vtigercrm-commits
mailing list