diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-21 10:33:40 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-21 10:33:40 +0000 |
commit | 88808b93145f2abcecdba52bb515da0f39966e2a (patch) | |
tree | 53e3bb4d610e5d21cd085ebbf0133f8dc14efebe /root | |
parent | fed803658c27333dccce6e3f6b3e05de20022a9b (diff) | |
download | identity-88808b93145f2abcecdba52bb515da0f39966e2a.tar identity-88808b93145f2abcecdba52bb515da0f39966e2a.tar.gz identity-88808b93145f2abcecdba52bb515da0f39966e2a.tar.bz2 identity-88808b93145f2abcecdba52bb515da0f39966e2a.tar.xz identity-88808b93145f2abcecdba52bb515da0f39966e2a.zip |
do test for the size, not existence
Diffstat (limited to 'root')
-rw-r--r-- | root/admin/group.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/admin/group.tt b/root/admin/group.tt index 7264ef6..803f099 100644 --- a/root/admin/group.tt +++ b/root/admin/group.tt @@ -21,7 +21,7 @@ <td><input name='value'></td> </table> </form> -[% IF entries %] +[% IF entries.size %] [% heading %] <table border=0> <tr> |