Fixed mysqli related warnings.
[fa-stable.git] / gl / view / gl_deposit_view.php
index 21dfcc3234c4cd674889bb688925b0e70e0dcd4f..152a99efa26da1de292dae253d226d1a28688ff7 100644 (file)
@@ -48,7 +48,7 @@ echo "<center>";
 display_heading(_("GL Deposit") . " #$trans_no");
 
 echo "<br>";
-start_table(TABLESTYLE, "width=80%");
+start_table(TABLESTYLE, "width='80%'");
 
 if ($show_currencies)
 {
@@ -98,7 +98,7 @@ else
        if ($show_currencies)
                display_heading2(_("Item Amounts are Shown in:") . " " . $company_currency);
 
-    start_table(TABLESTYLE, "width=80%");
+    start_table(TABLESTYLE, "width='80%'");
     $dim = get_company_pref('use_dimension');
     if ($dim == 2)
         $th = array(_("Account Code"), _("Account Description"), _("Dimension")." 1", _("Dimension")." 2",
@@ -142,4 +142,3 @@ else
 }
 
 end_page(true, false, false, ST_BANKDEPOSIT, $trans_no);
-?>
\ No newline at end of file