From 22b599d42736113fa4d43ae35d1a06054864d678 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 11 May 2016 12:23:19 +0200 Subject: [PATCH] query to bot --- src/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.php b/src/functions.php index e1af02b..2745efb 100644 --- a/src/functions.php +++ b/src/functions.php @@ -227,6 +227,7 @@ function get_unique_id(){ fclose($fp); return $count; } + function does_arena_exist($string,$arenasArr){ foreach($arenasArr as $arena){ if($string == $arena['id']){