mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
Various whitespace changes
This commit is contained in:
parent
85625b90ca
commit
ed57098bd5
@ -262,12 +262,13 @@
|
||||
loadtlayout();
|
||||
$message = stripslashes($message);
|
||||
$ppost = $user;
|
||||
$ppost['posts']++;
|
||||
$ppost['uid'] = $userid;
|
||||
$ppost['num'] = $numposts;
|
||||
$ppost['posts']++;
|
||||
$ppost['lastposttime'] = $currenttime;
|
||||
$ppost['date'] = $currenttime;
|
||||
$ppost['moodid'] = $_POST['moodid'];
|
||||
|
||||
if (filter_bool($nolayout)) {
|
||||
$ppost['headtext'] = "";
|
||||
$ppost['signtext'] = "";
|
||||
@ -275,6 +276,7 @@
|
||||
$ppost['headtext']=$rhead;
|
||||
$ppost['signtext']=$rsign;
|
||||
}
|
||||
|
||||
$ppost['text'] = $message;
|
||||
$ppost['options'] = filter_int($nosmilies) . "|" . filter_int($nohtml);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user