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:
2
info.php
2
info.php
@@ -42,7 +42,7 @@ include ("functions/functions.xhtml.php");
|
||||
/**
|
||||
* Language
|
||||
*/
|
||||
include ("lang.inc.php");
|
||||
include_once ("lang.inc.php");
|
||||
|
||||
/**
|
||||
* Database
|
||||
|
||||
@@ -42,7 +42,7 @@ include ("functions/functions.xhtml.php");
|
||||
/**
|
||||
* Language
|
||||
*/
|
||||
include ("lang.inc.php");
|
||||
include_once ("lang.inc.php");
|
||||
|
||||
/**
|
||||
* Database
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user