! -> Note
$ -> Affected files
+01-Oct-2008 Joe Hunt
+# When deleting the last module in FA a parce error arose:
+$ /admin/inst_module.php
+ /admin/inst_lang.php
+
30-Sep-2008 Janusz Dobrowolski
# Bug [0000067] Settled supplier documents were displayed as overdued.
$ /purchasing/inquiry/supplier_inquiry.php
$msg .= "*/\n\n\n";
$msg .= "\$installed_languages = array (\n";
- $msg .= "\t0 => ";
+ if ($n > 0)
+ $msg .= "\t0 => ";
for ($i = 0; $i < $n; $i++)
{
if ($i > 0)
$msg .= "\n\n";
$msg .= "\$installed_modules = array (\n";
- $msg .= "\t0 => ";
+ if ($n > 0)
+ $msg .= "\t0 => ";
for ($i = 0; $i < $n; $i++)
{
if ($i > 0)
$myrow = get_work_order_issue($issue_no);
+ br(1);
start_table($table_style);
$th = array(_("Issue #"), _("Reference"), _("For Work Order #"),
_("Item"), _("From Location"), _("To Work Centre"), _("Date of Issue"));