diff options
| author | rodneyrehm <rodneyrehm@localhost> | 2011-10-05 17:11:01 +0000 |
|---|---|---|
| committer | rodneyrehm <rodneyrehm@localhost> | 2011-10-05 17:11:01 +0000 |
| commit | aeec0783ec7c2419397b3be25018d0df4ea907db (patch) | |
| tree | 648ac3b7e7b8b889ca9cc37fd2e0b7d2f1498b5d /change_log.txt | |
| parent | 8bab7fe5224f737b6ca4e6d3a4eef48209de97c7 (diff) | |
| download | smarty-aeec0783ec7c2419397b3be25018d0df4ea907db.tar.gz smarty-aeec0783ec7c2419397b3be25018d0df4ea907db.tar.bz2 smarty-aeec0783ec7c2419397b3be25018d0df4ea907db.zip | |
- bugfix of problem introduced with r4342 by replacing strlen() with isset()
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index 1a58b67e..b9778c3e 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,7 @@ ===== trunk ===== +05.10.2011 +- bugfix of problem introduced with r4342 by replacing strlen() with isset() + 04.10.2011 - bugfix assign() in plugins called in subtemplates did change value also in parent template - bugfix of problem introduced with r4342 on math plugin |
