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:
@@ -47,7 +47,7 @@ require ("auth-interviewer.php");
|
|||||||
/**
|
/**
|
||||||
* Language functions
|
* Language functions
|
||||||
*/
|
*/
|
||||||
include ("lang.inc.php");
|
include_once ("lang.inc.php");
|
||||||
|
|
||||||
if (isset($_GET['contact_phone']))
|
if (isset($_GET['contact_phone']))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user