Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-01-20-54-24
[civicrm-core.git] / templates / CRM / common / debug.tpl
index e53075096944c263a3bcb130ae55107d53d53c09..ce3ff3d1b5145021710d00660f374d72af282455 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 {$session->debug($smarty.get.sessionDebug)}
 {/if}
 
-{if $smarty.get.directoryCleanup} 
+{if $smarty.get.directoryCleanup}
 {$config->cleanup($smarty.get.directoryCleanup)}
 {/if}
 
-{if $smarty.get.cacheCleanup} 
+{if $smarty.get.cacheCleanup}
 {$config->clearDBCache()}
 {/if}
 
-{if $smarty.get.configReset} 
+{if $smarty.get.configReset}
 {$config->reset()}
 {/if}