[Vtigercrm-commits] [vtiger-commits] r10555 - /vtigercrm/branches/5.0.3/modules/Users/SaveProfile.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 4 10:53:12 EDT 2007


Author: saraj
Date: Wed Apr  4 08:53:05 2007
New Revision: 10555

Log:
fix for Profile is not creating. Fixes #3498 --minnie

Modified:
    vtigercrm/branches/5.0.3/modules/Users/SaveProfile.php

Modified: vtigercrm/branches/5.0.3/modules/Users/SaveProfile.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Users/SaveProfile.php (original)
+++ vtigercrm/branches/5.0.3/modules/Users/SaveProfile.php Wed Apr  4 08:53:05 2007
@@ -14,7 +14,7 @@
 require_once('include/utils/utils.php');
 global $adb;
 $profilename = addslashes($_REQUEST['profile_name']);
-$description= $_REQUEST['profile_description'];
+$description= addslashes($_REQUEST['profile_description']);
 $def_module = $_REQUEST['selected_module'];
 $def_tab = $_REQUEST['selected_tab'];
 //Inserting values into Profile Table





More information about the vtigercrm-commits mailing list