[Vtigercrm-developers] [PATCH 4.2.3] webmail reply & reply-to-all uri fix (hack)

Mike Fedyk mfedyk at mikefedyk.com
Sat Feb 4 22:32:53 PST 2006


I'm hoping someone has the proper fix for this as I was curious about 
the webmail and there was a help request in the forum I looked and came 
up with this hack.

diff -dr -U2 -x config.php -x connection.php 
vtiger_crm-4.2.3/modules/squirrelmail-1.4.4/functions/display_messages.php 
vtiger-4.2.3-testing/modules/squirrelmail-1.4.4/functions/display_messages.php
--- 
vtiger_crm-4.2.3/modules/squirrelmail-1.4.4/functions/display_messages.php    
2005-12-23 03:17:24.000000000 -0800
+++ 
vtiger-4.2.3-testing/modules/squirrelmail-1.4.4/functions/display_messages.php    
2006-01-30 14:42:59.000000000 -0800
@@ -40,5 +40,6 @@
     $base_uri = preg_replace($dirs, $repl, $PHP_SELF);
     //echo '<br> overriding base_uri ';
-    $base_uri="/index.php?module=squirrelmail-1.4.4&action=";
+    #This is a quick hack that only works if vtiger is in 
http://domain/vtiger -mikefedyk
+    $base_uri="/vtiger/index.php?module=squirrelmail-1.4.4&action=";
     //echo '<br>in display messages base uri is'.$base_uri;
     return $base_uri;




More information about the vtigercrm-developers mailing list