aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_groups_manage.html
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-03-20 22:42:51 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-03-20 22:42:51 +0100
commit30daee12f97d041c5d71c04efea67fc04109fa09 (patch)
treedc8cacfff9126eea0e83da28b96a28f7d16ffc11 /phpBB/styles/prosilver/template/ucp_groups_manage.html
parent3d8f438b76621954e91212c2555f1601de001812 (diff)
parent5586bcf8134fefcdcb8233b9413b195373e93969 (diff)
downloadforums-30daee12f97d041c5d71c04efea67fc04109fa09.tar
forums-30daee12f97d041c5d71c04efea67fc04109fa09.tar.gz
forums-30daee12f97d041c5d71c04efea67fc04109fa09.tar.bz2
forums-30daee12f97d041c5d71c04efea67fc04109fa09.tar.xz
forums-30daee12f97d041c5d71c04efea67fc04109fa09.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_groups_manage.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_groups_manage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html
index 6c2fd8bee0..df9737084e 100644
--- a/phpBB/styles/prosilver/template/ucp_groups_manage.html
+++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html
@@ -118,7 +118,7 @@
</thead>
<tbody>
<!-- ELSEIF member.S_APPROVED -->
- <!-- IF member.S_PENDING_SET -->
+ <!-- IF S_PENDING_SET -->
</tbody>
</table>
<!-- ENDIF -->