spelling error

This commit is contained in:
duergner 2004-05-27 17:46:11 +00:00
parent d699ee133b
commit 1b017e09ad
1 changed files with 1 additions and 1 deletions

View File

@ -982,7 +982,7 @@ class accountContainer {
function get_pdfEntries($acount_type) {
$return = array();
while(($current = current($this->modules)) != null) {
while(($current = current($this->module)) != null) {
$return = array_merge($return,$current->get_pdfEntries($account_type));
}
return $return;