]> 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:21:08 +0000 (21:21 +0100)
commit4edc73486e99f3921f871d889c9cf5de4351e3b5
tree4030d52ce4abeb7720cb7209b09ca6c97cec632d
parent70a042fd04d0481ed3893454c11e8d4323584e74
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