projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95231cf
)
BUGFIX: fixed missing include in update_db.php
author
Arun Persaud
<arun@nubati.net>
Sat, 4 Feb 2012 19:28:35 +0000
(11:28 -0800)
committer
Arun Persaud
<apersaud@lbl.gov>
Sat, 4 Feb 2012 19:28:35 +0000
(11:28 -0800)
update_db.php
patch
|
blob
|
history
diff --git
a/update_db.php
b/update_db.php
index c40f89a8609abb2d3ae4dd5f831e4d890f848956..1efac63a9665b2aef502504f619b45ffb765f202 100644
(file)
--- a/
update_db.php
+++ b/
update_db.php
@@
-22,6
+22,7
@@
error_reporting(E_ALL);
include_once("config.php"); /* needs to be first in list, since other includes use this */
include_once("./include/db.php"); /* database only */
+include_once("./include/output.php"); /* the rest */
include_once("./include/functions.php"); /* the rest */
/* make sure that user has set all variables in config.php */