friendica/include
Roland Haeder af2909bf8f
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>
2016-12-20 21:13:50 +01:00
..
Core
autoloader
Contact.php
DirSearch.php
Emailer.php
ForumManager.php
HTTPExceptions.php
NotificationsManager.php
ParseUrl.php
Photo.php
Probe.php
Scrape.php
Smilies.php
acl_selectors.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
api.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
attach.php
auth.php
auth_ejabberd.php
autoloader.php
bb2diaspora.php
bbcode.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
cache.php
cli_startup.php
config.php
contact_selectors.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
contact_widgets.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
conversation.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
create_shadowentry.php
cron.php
cronhooks.php
cronjobs.php
crypto.php
datetime.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
dba.php
dba_pdo.php
dbclean.php
dbm.php
dbstructure.php
dbupdate.php
delivery.php
dfrn.php
diaspora.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
directory.php
discover_poco.php
email.php
enotify.php
event.php
expire.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
fcontact.php
features.php
feed.php
files.php
follow.php added more curly braces + space between "if" and brace 2016-12-20 17:57:40 +01:00
friendica_smarty.php
gprobe.php
group.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
html2bbcode.php
html2plain.php
identity.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
items.php
like.php
lock.php
map.php
message.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
msgclean.php
nav.php
network.php
notifier.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
oauth.php
oembed.php
onepoll.php
ostatus.php
pgettext.php
photos.php
pidfile.php
plaintext.php
plugin.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
poller.php
post_update.php
profile_selectors.php
profile_update.php
pubsubpublish.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
queue.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
queue_fn.php
quoteconvert.php
redir.php
remove_contact.php
salmon.php added more curly braces + space between "if" and brace 2016-12-20 17:57:40 +01:00
security.php added more curly braces + space between "if" and brace 2016-12-20 17:57:40 +01:00
session.php
shadowupdate.php
socgraph.php added more curly braces + space between "if" and brace 2016-12-20 17:57:40 +01:00
spool_post.php
system_unavailable.php
tags.php
tagupdate.php
template_processor.php
text.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
threads.php
threadupdate.php
uimport.php
update_gcontact.php
user.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
xml.php