Typo fixed.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 13 May 2009 13:21:54 +0000 (13:21 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 13 May 2009 13:21:54 +0000 (13:21 +0000)
gl/inquiry/journal_inquiry.php

index 119c34be951718a577a24c35fc80d5ec35a97a0d..bf75a4732a3cca0ebc08ce1218a02a6e43c39e63 100644 (file)
@@ -105,7 +105,7 @@ function edit_link($row)
 {
        global $editors;
 
-       return isset($editors[$row["type"]]) && !is_closed_trans($row["type"]], $row["type_no"]) ? 
+       return isset($editors[$row["type"]]) && !is_closed_trans($row["type"], $row["type_no"]) ? 
                pager_link(_("Edit"), 
                        sprintf($editors[$row["type"]], $row["type_no"], $row["type"]),
                        ICON_EDIT) : '';