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

View File

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

View File

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