X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=update_db.php;h=b47a94a42ec997c21996d70c343c118508e5d122;hp=c40f89a8609abb2d3ae4dd5f831e4d890f848956;hb=f3dba0d9c7c4e1a2c4b0cbaa79bd6c97e6547c73;hpb=95231cf6650d277fc13f5c0e1c1a0e1bb9c30edb diff --git a/update_db.php b/update_db.php index c40f89a..b47a94a 100644 --- a/update_db.php +++ b/update_db.php @@ -1,5 +1,5 @@ +/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arun Persaud * * This file is part of e-DoKo. * @@ -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 */