From 138e480e4df19db8cda8cca5c705b6b5323c37ab Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 24 Sep 2007 17:20:08 +0000 Subject: [PATCH] very minor - fixing incorrect include_once('tabs.php') - this is not a library file --- mod/data/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/lib.php b/mod/data/lib.php index 23c7d67656..0f5c6465d2 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -1703,7 +1703,7 @@ function data_print_header($course, $cm, $data, $currenttab='') { /// Print the tabs if ($currenttab) { - include_once('tabs.php'); + include('tabs.php'); } /// Print any notices -- 2.39.5