*** empty log message ***

This commit is contained in:
andrey
2001-11-20 21:20:34 +00:00
parent dfdfbf441c
commit 7cebdd11ac
3 changed files with 9 additions and 5 deletions

10
NEWS
View File

@@ -1,9 +1,9 @@
- made cache reading process more efficient (Monte) - made cache reading process more efficient. (Monte)
- fixed bug, is_cached() now supports new 1.4.6 caching behavior (Monte) - fixed bug, is_cached() now supports new 1.4.6 caching behavior. (Monte)
- update FAQ with mailing list Reply-To header FAQ (Monte) - update FAQ with mailing list Reply-To header FAQ. (Monte)
- supress error messages for fopen(), fix cache to regenerate if cache - supress error messages for fopen(), fix cache to regenerate if cache
file is not available (i.e. cluster race condition) (Monte) file is not available (i.e. cluster race condition). (Monte)
- added index key example to QUICKSTART guide (Monte) - added index key example to QUICKSTART guide. (Monte)
Version 1.4.6 Version 1.4.6
------------- -------------

View File

@@ -1,5 +1,7 @@
<?php <?php
require 'Smarty.class.php';
$smarty = new Smarty; $smarty = new Smarty;
$smarty->compile_check = true; $smarty->compile_check = true;

View File

@@ -1,5 +1,7 @@
<?php <?php
require 'Smarty.class.php';
$smarty = new Smarty; $smarty = new Smarty;
$smarty->compile_check = true; $smarty->compile_check = true;