]> git.mxchange.org Git - friendica.git/commit
Continued with coding convention:
authorRoland Haeder <roland@mxchange.org>
Tue, 20 Dec 2016 20:15:53 +0000 (21:15 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 20 Dec 2016 20:21:08 +0000 (21:21 +0100)
commitd6e57f034834173c5f9917bd87d50d9591e6c39a
tree3aaa2b37ee4e66cdc97e9d79274ec5416cfdd3ed
parent4edc73486e99f3921f871d889c9cf5de4351e3b5
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>
31 files changed:
mod/admin.php
mod/allfriends.php
mod/cal.php
mod/common.php
mod/contacts.php
mod/delegate.php
mod/dfrn_request.php
mod/directory.php
mod/events.php
mod/filerm.php
mod/follow.php
mod/group.php
mod/hcard.php
mod/install.php
mod/invite.php
mod/item.php
mod/lostpass.php
mod/message.php
mod/network.php
mod/nogroup.php
mod/noscrape.php
mod/openid.php
mod/photos.php
mod/poco.php
mod/profile.php
mod/profile_photo.php
mod/profiles.php
mod/search.php
mod/suggest.php
mod/videos.php
mod/viewcontacts.php