Re: [SMARTY] Problem with clear_cache and cache groups

[email protected] (Francesco Cipriani) Tue, 29 May 2007 19:02:28 +0200
Newsgroups php.smarty.general
Message-ID <[email protected]>
Tuesday May 29 2007, at 18:37, Danilo Buerger wrote:

> $cache_id is the second parameter.

You're right, I did a mistake typing, I'm using 
clear_cache(null, "group1")
and I've been using this call for years, now I've upgraded php and
smarty, and something isn't working (but clear_all_caches works!)
I cleared all the compiled tpls and caches (and verified that the dirs
were empty) after the upgrade. 
I noticed that if I use a non existant cache-id, clear_cache returns
true too, and this sounds strange to me

Francesco