]> 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:17:09 +0000 (21:17 +0100)
commit52f14ffa5f266e0e811b0e3e429734f0ec73a859
tree07791dba3939aa069a26b18aba86bd9883f55b91
parent6c0c9d542abaabd8000a10eb47b0921426fcd25d
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