[Vtigercrm-commits] [vtiger-commits] r9607 - /vtigercrm/branches/5.0.1/modules/Users/about_us.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 9 11:02:30 EDT 2006
Author: richie
Date: Mon Oct 9 09:02:26 2006
New Revision: 9607
Log:
version number changed
Modified:
vtigercrm/branches/5.0.1/modules/Users/about_us.php
Modified: vtigercrm/branches/5.0.1/modules/Users/about_us.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Users/about_us.php (original)
+++ vtigercrm/branches/5.0.1/modules/Users/about_us.php Mon Oct 9 09:02:26 2006
@@ -18,7 +18,7 @@
require_once('vtigerversion.php');
if($patch_version !='')
{
- $patch_string = $vtiger_version . " Patch " . $patch_version;
+ $patch_string = $vtiger_current_version . " Patch " . $patch_version;
}
else
{
@@ -173,7 +173,7 @@
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="70%" align="left" class="small">
- <span class="small" style="color:#999999;"><?php echo $mod_strings['LBL_VERSION'];?> : 5.0.0 </span> |
+ <span class="small" style="color:#999999;"><?php echo $mod_strings['LBL_VERSION'] ." ".$patch_string;?></span> |
<a href="http://www.vtiger.com/copyrights/LICENSE_AGREEMENT.txt" target="_blank"><?php echo $mod_strings['LBL_READ_LICENSE'];?></a> |
<a href="http://www.vtiger.com/index.php?option=com_content&task=view&id=26&Itemid=54" target="_blank"><?php echo $mod_strings['LBL_CONTACT_US'];?></a>
</td>
More information about the vtigercrm-commits
mailing list