X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Ftemplates%2Fcivicrm_version.tpl;h=a91c1c26ec10a94994a2a328a922e7fca057fedb;hb=18d2b88b04c31d670578e056155117702a02a55b;hp=93a062ea78825bed86c455a85055e4c0880ad926;hpb=fdbbaeee16125840b9e5daed81dbbb28e2db2b21;p=civicrm-core.git diff --git a/xml/templates/civicrm_version.tpl b/xml/templates/civicrm_version.tpl index 93a062ea78..a91c1c26ec 100644 --- a/xml/templates/civicrm_version.tpl +++ b/xml/templates/civicrm_version.tpl @@ -3,11 +3,6 @@ * Get the CiviCRM version. */ function civicrmVersion( ) {ldelim} -{include file="../../templates/CRM/common/version.tpl" assign=svnrevision} return array( 'version' => '{$db_version}', - 'cms' => '{$cms}', - 'revision' => '{$svnrevision}', ); + 'cms' => '{$cms}', ); {rdelim} - - -