[0000202] Global $path_to_root is missing in function handle_submit() in file admin...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 8 Feb 2010 23:27:29 +0000 (23:27 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 8 Feb 2010 23:27:29 +0000 (23:27 +0000)
CHANGELOG.txt
admin/create_coy.php

index c7154075add80819d2731b4eca6715c1147e7060..10e302ea6a267380876223a734080304795807d3 100644 (file)
@@ -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
index a705d0490db82a4f91ee02ad5c47da52fcde3b4d..423701ae946a43e2a1402418969d00367ece7709 100644 (file)
@@ -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;