projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c748bcb
)
Fixed path_to_root in display_error()
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 1 Dec 2009 16:03:40 +0000
(16:03 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 1 Dec 2009 16:03:40 +0000
(16:03 +0000)
install/save.php
patch
|
blob
|
history
diff --git
a/install/save.php
b/install/save.php
index d367cfc8137ca397897e22e830226fdad6f2a564..98b1191e6d59c594f82307f79a85cb73c96d78ad 100644
(file)
--- a/
install/save.php
+++ b/
install/save.php
@@
-27,7
+27,8
@@
if (!function_exists("_")) {
//
function display_error($message)
{
- global $_POST;
+ global $_POST, $path_to_root;
+
if(isset($message) AND $message != '')
{
// Copy values entered into session so user doesn't have to re-enter everything