X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Ftemplates%2Fcivicrm_version.tpl;h=a91c1c26ec10a94994a2a328a922e7fca057fedb;hb=6b90f7f69b75196f002e53d12771fafb38f1696c;hp=93a062ea78825bed86c455a85055e4c0880ad926;hpb=6b15c957f401213017ed76c24b8de34376ddbda8;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} - - -