From b630ed0ddc5553d35774777cccbf689cf2904e8b Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 19 Nov 2013 20:58:20 +1000 Subject: [PATCH] Revert "Fix failing script in debug mode" This reverts commit e66789939279cac8716e0b7dee5a4e82289427d2, which stopped the script from working in non-debug mode. --- html/graph.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/graph.php b/html/graph.php index 5a369ca32e..ca1a1d5950 100755 --- a/html/graph.php +++ b/html/graph.php @@ -45,7 +45,6 @@ include_once("../includes/defaults.inc.php"); include_once("../config.php"); include_once("../includes/definitions.inc.php"); include_once("../includes/common.php"); -include_once("../includes/functions.php"); include_once("../includes/dbFacile.php"); include_once("../includes/rewrites.php"); include_once("includes/functions.inc.php");