Changeset 500
- Timestamp:
- 05/09/08 20:44:48 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
application.register/files/lib/system/event/listener/ApplicationRegisterListener.class.php
r498 r500 19 19 LEFT JOIN wcf".WCF_N."_group_application_notification 20 20 ON wcf".WCF_N."_group_application.applicationID = wcf".WCF_N."_group_application_notification.applicationID 21 AND wcf".WCF_N."_group_application_notification.userID = ".WCF::getUser()->userID." 21 22 WHERE wcf".WCF_N."_group_application_notification.applicationID IS NULL 22 23 AND wcf".WCF_N."_group_application.groupID IN ( … … 25 26 WHERE userID = ".WCF::getUser()->userID." 26 27 ) 27 AND wcf".WCF_N."_group_application.applicationStatus = 0"; 28 AND wcf".WCF_N."_group_application.applicationStatus = 0 29 "; 28 30 29 31 $res = WCF::getDB()->sendQuery($sql);
