Bug in function get_ecb_rate when no function curl_init (missing url part)
[fa-stable.git] / gl / includes / gl_db.inc
index 16d8d101f6479d8526d93b50ef71825a3a9c8280..8f6efddd58f05661d0a3771c1f94bab4bd9311e9 100644 (file)
@@ -1,5 +1,14 @@
 <?php
-
+/**********************************************************************
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       as published by the Free Software Foundation, either version 3 
+       of the License, or (at your option) any later version.
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+    See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
+***********************************************************************/
 include_once($path_to_root . "/includes/banking.inc");
 
 include_once($path_to_root . "/gl/includes/db/gl_db_trans.inc");
@@ -10,11 +19,5 @@ include_once($path_to_root . "/gl/includes/db/gl_db_currencies.inc");
 include_once($path_to_root . "/gl/includes/db/gl_db_rates.inc");
 include_once($path_to_root . "/gl/includes/db/gl_db_accounts.inc");
 include_once($path_to_root . "/gl/includes/db/gl_db_account_types.inc");
-include_once($path_to_root . "/gl/includes/db/gl_db_bank_trans_types.inc");
-
 //--------------------------------------------------------------------------------
-
-
-                                               
-
 ?>
\ No newline at end of file