From 223e56e191c0893bdc47b71e360b8b565dab97aa Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 8 Feb 2010 23:27:29 +0000 Subject: [PATCH] [0000202] Global $path_to_root is missing in function handle_submit() in file admin/create_coy.php --- CHANGELOG.txt | 4 ++++ admin/create_coy.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.30.2