]> git.mxchange.org Git - friendica.git/commit
Continued with coding convention:
authorRoland Haeder <roland@mxchange.org>
Tue, 20 Dec 2016 20:13:50 +0000 (21:13 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 20 Dec 2016 20:13:50 +0000 (21:13 +0100)
commitaf2909bf8fa971c222bb7b0fca2ccb373c570988
tree4030d52ce4abeb7720cb7209b09ca6c97cec632d
parentb6d11f21297331cda361ebadca3c1cf453027fdd
Continued with coding convention:
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
  is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names

Signed-off-by: Roland Haeder <roland@mxchange.org>
18 files changed:
include/acl_selectors.php
include/api.php
include/bbcode.php
include/contact_selectors.php
include/contact_widgets.php
include/conversation.php
include/datetime.php
include/diaspora.php
include/expire.php
include/group.php
include/identity.php
include/message.php
include/notifier.php
include/plugin.php
include/pubsubpublish.php
include/queue.php
include/text.php
include/user.php