]> git.mxchange.org Git - friendica.git/commitdiff
removed parentheses, added curly ...
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:07:19 +0000 (13:07 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:07:33 +0000 (13:07 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/dfrn.php

index 1064d7bd824399bc93360f2fabbb4d65d46b4ac4..ca2c2393e7887835c035c8a2cacacb38b8ac4ce9 100644 (file)
@@ -1866,7 +1866,7 @@ class dfrn {
 
                        // do not accept (ignore) an earlier edit than one we currently have.
                        if (datetime_convert("UTC","UTC",$item["edited"]) < $current["edited"]) {
-                               return(false);
+                               return false;
                        }
 
                        $r = q("UPDATE `item` SET `title` = '%s', `body` = '%s', `tag` = '%s', `edited` = '%s', `changed` = '%s' WHERE `uri` = '%s' AND `uid` = %d",