CheckJrn improved

This commit is contained in:
sparkyx 2004-12-12 18:19:55 +00:00
parent ba0e4f4003
commit 95312ea7a6

View file

@ -57,7 +57,7 @@ if ( $g_UserProperty['use_admin'] == 0 ) {
NoAccess();
}
if ( isset ($g_jrn)) {
if ($CheckJrn($g_dossier,$g_user,$g_jrn) == 0 ){
if (CheckJrn($g_dossier,$g_user,$g_jrn) == 0 ){
/* Cannot Access */
NoAccess();
exit -1;