]> 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>
Fri, 23 Dec 2016 18:51:08 +0000 (19:51 +0100)
commit45dd1ccc7bcd8cf9d9218b373042df26dc8a2df4
tree577cadd2a695ad1397f615f0b90beded7e59d87a
parentc1b76e889e4b2ca50abe191c22f3a8bb7a9bfdaf
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>
mod/item.php