From 43a1979a7d31f18ad04fef8b6af5e3bf1d78590d Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 23 Mar 2015 11:43:06 +0300 Subject: [PATCH] Fixed "typo" missing php closing tag --- functions/functions.client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/functions.client.php b/functions/functions.client.php index d1ec7479..0815f873 100644 --- a/functions/functions.client.php +++ b/functions/functions.client.php @@ -87,3 +87,4 @@ function get_client_questionnaire($client_id) } +?> \ No newline at end of file