Two php3 array fixes

This commit is contained in:
Miles Lott 2001-09-04 03:34:02 +00:00
parent 1e52451e2e
commit 06ca22562c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
var $ui;
var $so;
var $public_functions = array(
'submit' => True,
'submit' => True
);
function boaclmanager()

View File

@ -27,7 +27,7 @@
'Add account' => 4,
'View account' => 8,
'Edit account' => 16,
'Delete account' => 32,
'Delete account' => 32
)
);