summaryrefslogtreecommitdiff
path: root/includes/model/EventConfig_model.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/model/EventConfig_model.php')
-rw-r--r--includes/model/EventConfig_model.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/model/EventConfig_model.php b/includes/model/EventConfig_model.php
index 93ba1e72..330863a9 100644
--- a/includes/model/EventConfig_model.php
+++ b/includes/model/EventConfig_model.php
@@ -7,9 +7,9 @@
*/
function EventConfig()
{
- $event_config = sql_select("SELECT * FROM `EventConfig` LIMIT 1");
+ $event_config = sql_select('SELECT * FROM `EventConfig` LIMIT 1');
if ($event_config === false) {
- engelsystem_error("Unable to load event config.");
+ engelsystem_error('Unable to load event config.');
return false;
}
if (count($event_config) > 0) {