[CK-Ledger-users] accno
Status: Beta
Brought to you by:
ckwu
|
From: robert d. h. <rd...@st...> - 2002-05-24 04:19:53
|
After some testing, I realized I made another mistake. In class.account.inc.php, the following line: elseif (!is_valid_account($a[accno])) $err='<b>[[Error: Invalid Account Number]]</b>'; is missing '$this->' It should read: elseif (!$this->is_valid_account($a[accno])) $err='<b>[[Error: Invalid Account Number]]</b>'; I'm gonna catch some zzzzzzzzzzzzzzzzzzzzz's now. see you |