Removing the usage counter in from the template system
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 16 Aug 2007 20:51:48 +0000 (20:51 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 16 Aug 2007 20:51:48 +0000 (20:51 +0000)
commit9570db5eef5eaafd37110098d1c91427c9f2effe
tree92bca69ac53fea9b114b582e0029c2c099dbf040
parent82f4266e56e76c214504537bdba284963a3c7d75
Removing the usage counter in from the template system

* Template.php:
(BSTemplate::cache): No longer initialize the usage counter
(BSTemplate::fetch): Only increment the BSTemplate->uncached[] template counter when the template is not cached
(BSTemplate::flsuh): Remove the template debug block and only show uncached templates and their usage
Template.php