From edc08969237a826a937cfe92c0940e3292654dc2 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 Dec 2015 18:57:45 +0300 Subject: [PATCH] fix : PHP Fatal error: Cannot redeclare translate_array() --- info.php | 2 +- project_info.php | 2 +- rs_business.php | 2 +- rs_business_interface2.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/info.php b/info.php index 19a570e7..05b2574d 100644 --- a/info.php +++ b/info.php @@ -42,7 +42,7 @@ include ("functions/functions.xhtml.php"); /** * Language */ -include ("lang.inc.php"); +include_once ("lang.inc.php"); /** * Database diff --git a/project_info.php b/project_info.php index 3c5f812c..c9b04fa7 100644 --- a/project_info.php +++ b/project_info.php @@ -42,7 +42,7 @@ include ("functions/functions.xhtml.php"); /** * Language */ -include ("lang.inc.php"); +include_once ("lang.inc.php"); /** * Database diff --git a/rs_business.php b/rs_business.php index 2c778bc1..5dc0a140 100644 --- a/rs_business.php +++ b/rs_business.php @@ -48,7 +48,7 @@ include ("functions/functions.xhtml.php"); /** * Language */ -include ("lang.inc.php"); +include_once ("lang.inc.php"); $js = array("js/popup.js","include/jquery/jquery-1.4.2.min.js","include/jquery-ui/jquery-ui.min.js"); diff --git a/rs_business_interface2.php b/rs_business_interface2.php index 7a4decb7..e4cc4607 100644 --- a/rs_business_interface2.php +++ b/rs_business_interface2.php @@ -48,7 +48,7 @@ include ("functions/functions.xhtml.php"); /** * Language */ -include ("lang.inc.php"); +include_once ("lang.inc.php"); $js = array("js/popup.js","include/jquery/jquery-1.4.2.min.js","include/jquery-ui/jquery-ui.min.js");