projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb3c9f
)
Missing path_to_root declaration in handle_submit()
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 23 Jan 2010 18:18:51 +0000
(18:18 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 23 Jan 2010 18:18:51 +0000
(18:18 +0000)
admin/create_coy.php
patch
|
blob
|
history
diff --git
a/admin/create_coy.php
b/admin/create_coy.php
index 4a5f921de100d827de202a64b08ee076294dfa22..ef6c93f8711658f4eeb4943bbfa4f0dfa3bd1ed1 100644
(file)
--- 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;