[AppDB] fix appview.php

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Sun Dec 19 14:22:54 CST 2004


Change Log: Fix appview.php

Files changed: appview.php
-------------- next part --------------
Index: appview.php
===================================================================
RCS file: /home/wine/appdb/appview.php,v
retrieving revision 1.20
diff -u -r1.20 appview.php
--- appview.php	19 Dec 2004 19:30:27 -0000	1.20
+++ appview.php	19 Dec 2004 21:09:01 -0000
@@ -367,7 +367,7 @@
     if(loggedin())
     {
         /* are we already a maintainer? */
-        if($_SESSION['current']->is_super_maintainer($appId) /* yep */
+        if($_SESSION['current']->is_super_maintainer($appId)) /* yep */
         {
             echo '        <form method=post name=message action="maintainerdelete.php"><input type=submit value="Remove yourself as a super maintainer" class=button>';
         } else /* nope */


More information about the wine-patches mailing list