Closed zachkrall closed 8 years ago
I added this below line 87 of "cache.inc.php"
if (empty($store)){ echo 'no results found'; } else { return $store; }
but this results in the string printing several times, not too familiar with these types of operators in php yet but I am not sure where to go next
I added this below line 87 of "cache.inc.php"
but this results in the string printing several times, not too familiar with these types of operators in php yet but I am not sure where to go next