From 322256edd10e7da9d95bf82dca361dd56b53412a Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 3 Dec 2008 13:21:43 +0100 Subject: [PATCH] Version 0.6.4 darcs-hash:20081203122143-6e07b-0c4f7cc48b6c706f45a4a738bb1d9e7d180dc3dc.gz --- VERSION | 2 +- inc/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 844f6a9..d2b13eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.3 +0.6.4 diff --git a/inc/config.php b/inc/config.php index 21ad781..811a3da 100644 --- a/inc/config.php +++ b/inc/config.php @@ -63,6 +63,6 @@ ); // Force recompilation of smarty templates? - $conf['smartycompile'] = 1; + $conf['smartycompile'] = 0; -- 2.39.2