From 61fdc32d2fa89290117d967b59101cfb3165d349 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 5 Apr 2017 22:17:15 +0200 Subject: [PATCH] Continued a bit: - more spaces added - more curly braces added - let's use x($_FOO, 'bar') and not isset($_FOOT['bar']) Signed-off-by: Roland Haeder --- include/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/api.php b/include/api.php index 72997dd3a0..6f2566b97d 100644 --- a/include/api.php +++ b/include/api.php @@ -4379,7 +4379,6 @@ function api_fr_photo_create_update($type) throw new InternalServerErrorException("unknown error - this error on uploading or updating a photo should never happen"); } - /** * @brief delete a single photo from the database through api *