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-06 14:04:15 +03:00
parent 3717615f74
commit 3c846d34c4

View File

@@ -47,7 +47,7 @@ require ("auth-interviewer.php");
/**
* Language functions
*/
include ("lang.inc.php");
include_once ("lang.inc.php");
if (isset($_GET['contact_phone']))
{