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
16
newreply.php
16
newreply.php
@ -261,13 +261,14 @@
|
|||||||
|
|
||||||
loadtlayout();
|
loadtlayout();
|
||||||
$message = stripslashes($message);
|
$message = stripslashes($message);
|
||||||
$ppost=$user;
|
$ppost = $user;
|
||||||
$ppost['uid']=$userid;
|
|
||||||
$ppost['num']=$numposts;
|
|
||||||
$ppost['posts']++;
|
$ppost['posts']++;
|
||||||
$ppost['lastposttime']=$currenttime;
|
$ppost['uid'] = $userid;
|
||||||
$ppost['date']=$currenttime;
|
$ppost['num'] = $numposts;
|
||||||
$ppost['moodid']=$_POST['moodid'];
|
$ppost['lastposttime'] = $currenttime;
|
||||||
|
$ppost['date'] = $currenttime;
|
||||||
|
$ppost['moodid'] = $_POST['moodid'];
|
||||||
|
|
||||||
if (filter_bool($nolayout)) {
|
if (filter_bool($nolayout)) {
|
||||||
$ppost['headtext'] = "";
|
$ppost['headtext'] = "";
|
||||||
$ppost['signtext'] = "";
|
$ppost['signtext'] = "";
|
||||||
@ -275,7 +276,8 @@
|
|||||||
$ppost['headtext']=$rhead;
|
$ppost['headtext']=$rhead;
|
||||||
$ppost['signtext']=$rsign;
|
$ppost['signtext']=$rsign;
|
||||||
}
|
}
|
||||||
$ppost['text']=$message;
|
|
||||||
|
$ppost['text'] = $message;
|
||||||
$ppost['options'] = filter_int($nosmilies) . "|" . filter_int($nohtml);
|
$ppost['options'] = filter_int($nosmilies) . "|" . filter_int($nohtml);
|
||||||
|
|
||||||
if($isadmin) $ip=$userip;
|
if($isadmin) $ip=$userip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user