Show
Ignore:
Timestamp:
03/10/08 21:40:18 (5 years ago)
Author:
MDMAN
Message:

BugFixes?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • application.register/files/lib/system/event/listener/ApplicationRegisterFillInListener.class.php

    r309 r310  
    2020                //hier wird die Tabelle group_application_notification mit der AppID und die userID DES BEWERBERS gefÃŒllt 
    2121                $sql = "INSERT INTO     wcf".WCF_N."_group_application_notification 
    22                                                                 (applicationID, userID) 
    23                                 VALUES                  ('".$eventObj->applicationID."', '".WCF::getUser()->userID."') 
     22                                                                (applicationID, groupID) 
     23                                VALUES                  ('".$eventObj->applicationID."', '".$eventObj->groupID."') 
    2424                                "; 
    2525                WCF::getDB()->sendQuery($sql);