diff options
author | msquare <msquare@notrademark.de> | 2017-07-19 21:28:26 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-07-19 21:28:26 +0200 |
commit | e93dd774a5c8338b6c29b8b39b6d883925b9ac61 (patch) | |
tree | a140391588be776714231fd4af673af61f07080f /includes/model/EventConfig_model.php | |
parent | 0d772ec9082ef780ec67c239eba61e979143ad05 (diff) |
fix small issues on checking success of a db query
Diffstat (limited to 'includes/model/EventConfig_model.php')
-rw-r--r-- | includes/model/EventConfig_model.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/model/EventConfig_model.php b/includes/model/EventConfig_model.php index f5846870..112ad457 100644 --- a/includes/model/EventConfig_model.php +++ b/includes/model/EventConfig_model.php @@ -64,7 +64,7 @@ function EventConfig_update( ); } - return (bool)DB::update(' + return DB::update(' UPDATE `EventConfig` SET `event_name` = ?, `buildup_start_date` = ?, |