Changeset 289
- Timestamp:
- 03/08/08 15:00:50 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
application.register/files/lib/system/event/listener/ApplicationRegisterListener.class.php
r275 r289 9 9 */ 10 10 class ApplicationRegisterListener implements EventListener { 11 protected static $check = false; 11 12 public $templateName = 'applicationRegister'; 12 13 public $count = 0; … … 16 17 */ 17 18 public function execute($eventObj, $className, $eventName) { 19 if(self::$check) return; 20 self::$check = true; 21 18 22 $sql = "SELECT usergroup.*, application.*, user.username 19 23 FROM wcf".WCF_N."_group_application application
