Updated whilst fixing numerous tickets.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3632 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
mullenm
2008-02-19 17:09:47 +00:00
parent 70c8f05f98
commit c9f7cc028d
2 changed files with 3 additions and 4 deletions

View File

@@ -131,7 +131,6 @@ CREATE OR REPLACE PACKAGE BODY mip_security AS
SET prty.status = upper(p_status)
WHERE upper(prty.username) = upper(p_username);
COMMIT;
END;
PROCEDURE update_status_on_login(p_uname IN VARCHAR2, p_password IN VARCHAR2) IS