Double Semi Colon in this line. Please remove one by £boxygen
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 16 Jan 2019 21:37:09 +0000 (22:37 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 16 Jan 2019 21:37:09 +0000 (22:37 +0100)
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);