2012-02-27 Ramon Novoa <rnovoa@artica.es>
* include/functions_events.php: Fixed an include path. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5655 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a643fe6674
commit
16ef7d0de4
|
@ -1,3 +1,7 @@
|
|||
2012-02-27 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/functions_events.php: Fixed an include path.
|
||||
|
||||
2012-02-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_graph.php: Added avg_only option to boolean
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
|
||||
include_once("include/functions_ui.php");
|
||||
include_once($config['homedir'] . "/include/functions_ui.php");
|
||||
|
||||
/**
|
||||
* @package Include
|
||||
|
|
Loading…
Reference in New Issue