Double Semi Colon in this line. Please remove one by £boxygen
[fa-stable.git] / gl / includes / db / gl_db_trans.inc
index 4e907726bdf56ef65c8cd4c05964395f7d8d77d6..d7e01aa3ead3fad6d185f29e4fb8a62c9a0b4bdf 100644 (file)
@@ -148,7 +148,7 @@ function get_gl_transactions($from_date, $to_date, $trans_no=0,
         AND gl.amount <> 0"; 
 
     if ($trans_no > 0)
-        $sql .= " AND gl.type_no LIKE ".db_escape('%'.$trans_no);;
+        $sql .= " AND gl.type_no LIKE ".db_escape('%'.$trans_no);
 
     if ($account != null)
         $sql .= " AND gl.account = ".db_escape($account);