just trying to figure out how to create the db properly
[ga4php.git] / authserver / authd / authd.php
index e6a21b7..f4b366d 100644 (file)
@@ -215,7 +215,7 @@ if($pid == -1) {
                                        }
                                        $i++; 
                                }
-                               msg_send($cl_queue, GET_USERS, $users);
+                               msg_send($cl_queue, MSG_GET_USERS, $users);
                                
                                // TODO now set token 
                                break;
@@ -224,4 +224,4 @@ if($pid == -1) {
        }       
 }
 
-?>
\ No newline at end of file
+?>