1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
This commit is contained in:
Igor Wiedler
2011-03-20 22:42:51 +01:00

View File

@@ -118,7 +118,7 @@
</thead>
<tbody>
<!-- ELSEIF member.S_APPROVED -->
<!-- IF member.S_PENDING_SET -->
<!-- IF S_PENDING_SET -->
</tbody>
</table>
<!-- ENDIF -->