mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Revert "Coding convention applied - part 1"
This commit is contained in:
parent
9c2c483996
commit
7b352f3f74
181 changed files with 3507 additions and 4338 deletions
|
@ -43,7 +43,7 @@ function notes_content(App $a, $update = false) {
|
|||
$o ="";
|
||||
$o .= profile_tabs($a,True);
|
||||
|
||||
if (! $update) {
|
||||
if(! $update) {
|
||||
$o .= '<h3>' . t('Personal Notes') . '</h3>';
|
||||
|
||||
$commpage = false;
|
||||
|
@ -104,9 +104,8 @@ function notes_content(App $a, $update = false) {
|
|||
$parents_str = '';
|
||||
|
||||
if (dbm::is_result($r)) {
|
||||
foreach ($r as $rr) {
|
||||
foreach($r as $rr)
|
||||
$parents_arr[] = $rr['item_id'];
|
||||
}
|
||||
$parents_str = implode(', ', $parents_arr);
|
||||
|
||||
$r = q("SELECT %s FROM `item` %s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue