← Back to team overview

phpdevshell team mailing list archive

[Bug 432278] Re: Smarty section loops else handled incorrectly.

 

** Changed in: phpdevshell
       Status: In Progress => Fix Committed

** Changed in: phpdevshell
       Status: Fix Committed => Fix Released

-- 
Smarty section loops else handled incorrectly.
https://bugs.launchpad.net/bugs/432278
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Fix Released

Bug description:
PHPDevShell uses "if" in a section loop in smarty templates. This means if the section is empty show this. Smarty has a build in mechanism to detect empty loops. This should be used instead of "if".