[Vtigercrm-commits] [vtiger-commits] r7267 - /vtigercrm/trunk/modules/Users/add2db.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 19 11:50:05 EDT 2006


Author: richie
Date: Mon Jun 19 09:48:57 2006
New Revision: 7267

Log:
fixed vtiger_ table prefixing issues

Modified:
    vtigercrm/trunk/modules/Users/add2db.php

Modified: vtigercrm/trunk/modules/Users/add2db.php
==============================================================================
--- vtigercrm/trunk/modules/Users/add2db.php (original)
+++ vtigercrm/trunk/modules/Users/add2db.php Mon Jun 19 09:48:57 2006
@@ -108,8 +108,8 @@
   {
     include('themes/'.$theme.'/header.php');
     include "upload.php";
-    //$errormessage = "<B><font color='red'>Sorry, the uploaded file exceeds the maximum vtiger_filesize limit. Please try a smaller file</font></B> <br>";
-	echo "<script>alert('Sorry, the uploaded file exceeds the maximum vtiger_filesize limit. Please try a smaller file')</script>";	
+    //$errormessage = "<B><font color='red'>Sorry, the uploaded file exceeds the maximum filesize limit. Please try a smaller file</font></B> <br>";
+	echo "<script>alert('Sorry, the uploaded file exceeds the maximum filesize limit. Please try a smaller file')</script>";	
     //echo $errormessage;
     //echo $errorCode;
   }





More information about the vtigercrm-commits mailing list