2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

fix : PHP Fatal error: Cannot redeclare translate_array()

This commit is contained in:
Alex
2015-12-07 18:57:45 +03:00
parent 3c846d34c4
commit edc0896923
4 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ include ("functions/functions.xhtml.php");
/** /**
* Language * Language
*/ */
include ("lang.inc.php"); include_once ("lang.inc.php");
/** /**
* Database * Database

View File

@@ -42,7 +42,7 @@ include ("functions/functions.xhtml.php");
/** /**
* Language * Language
*/ */
include ("lang.inc.php"); include_once ("lang.inc.php");
/** /**
* Database * Database

View File

@@ -48,7 +48,7 @@ include ("functions/functions.xhtml.php");
/** /**
* Language * 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"); $js = array("js/popup.js","include/jquery/jquery-1.4.2.min.js","include/jquery-ui/jquery-ui.min.js");

View File

@@ -48,7 +48,7 @@ include ("functions/functions.xhtml.php");
/** /**
* Language * 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"); $js = array("js/popup.js","include/jquery/jquery-1.4.2.min.js","include/jquery-ui/jquery-ui.min.js");