From 3c846d34c496212a3b91043da7197c496e67965c Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 6 Dec 2015 14:04:15 +0300 Subject: [PATCH] fix : PHP Fatal error: Cannot redeclare translate_array() --- nocallavailable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nocallavailable.php b/nocallavailable.php index 911fc839..c4b4ce0a 100644 --- a/nocallavailable.php +++ b/nocallavailable.php @@ -47,7 +47,7 @@ require ("auth-interviewer.php"); /** * Language functions */ -include ("lang.inc.php"); +include_once ("lang.inc.php"); if (isset($_GET['contact_phone'])) {