Example #1
0
	/**
	 * Function to added new sign-ups in the notification
	 * @public
	 */
	static public function create_notification_signup()
	{
		global $A2B;
		$FormHandler = FormHandler::GetInstance();
		$id_card = $FormHandler -> RESULT_QUERY;
		NotificationsDAO::AddNotification("added_new_signup",Notification::$MEDIUM,Notification::$CUST,$id_card,Notification::$LINK_CARD,$id_card);
	}