[Vtigercrm-commits] [vtiger-commits] r9732 - in /vtigercrm/branches/5.0.2: index.php modules/Users/about_us.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 13:42:50 EDT 2006
Author: richie
Date: Thu Oct 26 11:42:44 2006
New Revision: 9732
Log:
version number changed
Modified:
vtigercrm/branches/5.0.2/index.php
vtigercrm/branches/5.0.2/modules/Users/about_us.php
Modified: vtigercrm/branches/5.0.2/index.php
==============================================================================
--- vtigercrm/branches/5.0.2/index.php (original)
+++ vtigercrm/branches/5.0.2/index.php Thu Oct 26 11:42:44 2006
@@ -639,7 +639,7 @@
echo "<script language = 'JavaScript' type='text/javascript' src = 'include/js/popup.js'></script>";
echo '<style type="text/css">@import url("themes/'.$theme.'/style.css"); </style>';
echo "<br><br><br><table border=0 cellspacing=0 cellpadding=5 width=100% class=settingsSelectedUI >";
- echo "<tr><td class=small align=left>vtiger CRM 5.0.0 | Visit <a href='http://www.vtiger.com'>www.vtiger.com</a> for more information </td>";
+ echo "<tr><td class=small align=left>vtiger CRM 5.0.2 | Visit <a href='http://www.vtiger.com'>www.vtiger.com</a> for more information </td>";
echo "<td class=small align=right> © <a href='javascript:mypopup()'>Copyright Details</a></td></tr></table>";
// echo "<table align='center'><tr><td align='center'>";
Modified: vtigercrm/branches/5.0.2/modules/Users/about_us.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Users/about_us.php (original)
+++ vtigercrm/branches/5.0.2/modules/Users/about_us.php Thu Oct 26 11:42:44 2006
@@ -22,7 +22,7 @@
}
else
{
- $patch_string = "--None--";
+ $patch_string = $vtiger_current_version;
}
global $app_strings;
global $app_list_strings;
More information about the vtigercrm-commits
mailing list