From: Joe Hunt Date: Mon, 8 Feb 2010 23:27:29 +0000 (+0000) Subject: [0000202] Global $path_to_root is missing in function handle_submit() in file admin... X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=223e56e191c0893bdc47b71e360b8b565dab97aa;p=textcart.git [0000202] Global $path_to_root is missing in function handle_submit() in file admin/create_coy.php --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c715407..10e302e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +09-Feb-2010 Joe Hunt/Chaitanya +# 0000202: Global $path_to_root is missing in function handle_submit() in file admin/create_coy.php +$ /admin/create_coy.php + 06-Feb-2010 Janusz Dobrowolski # Fixed get_standard_cost() for dummy items again. $ /includes/db/inventory_db.inc diff --git a/admin/create_coy.php b/admin/create_coy.php index a705d04..423701a 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -80,7 +80,7 @@ function remove_connection($id) { function handle_submit() { global $db_connections, $def_coy, $tb_pref_counter, $db, - $comp_path, $comp_subdirs; + $comp_path, $comp_subdirs, $path_to_root; $new = false; $error = false;