mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
Fixing a big oops in editprofile.php
This commit is contained in:
parent
8d659c0958
commit
2b223b631b
@ -254,40 +254,40 @@
|
|||||||
UPDATE `users`
|
UPDATE `users`
|
||||||
|
|
||||||
SET $passwordenc
|
SET $passwordenc
|
||||||
`picture` = '$picture'
|
`picture` = '$picture',
|
||||||
`minipic` = '$minipic'
|
`minipic` = '$minipic',
|
||||||
`signature` = '$signature'
|
`signature` = '$signature',
|
||||||
`bio` = '$bio'
|
`bio` = '$bio',
|
||||||
`email` = '$email'
|
`email` = '$email',
|
||||||
`icq` = '$icq'
|
`icq` = '$icq',
|
||||||
`title` = '$title'
|
`title` = '$title',
|
||||||
`useranks` = '$useranks'
|
`useranks` = '$useranks',
|
||||||
`aim` = '$aim'
|
`aim` = '$aim',
|
||||||
`sex` = '$sex'
|
`sex` = '$sex',
|
||||||
`homepageurl` = '$homepage'
|
`homepageurl` = '$homepage',
|
||||||
`homepagename` = '$pagename'
|
`homepagename` = '$pagename',
|
||||||
`timezone` = '$timezone'
|
`timezone` = '$timezone',
|
||||||
`dateformat` = '$insdateformat'
|
`dateformat` = '$insdateformat',
|
||||||
`dateshort` = '$insdateshort'
|
`dateshort` = '$insdateshort',
|
||||||
`postsperpage` = '$postsperpage'
|
`postsperpage` = '$postsperpage',
|
||||||
`realname` = '$realname'
|
`realname` = '$realname',
|
||||||
`location` = '$location'
|
`location` = '$location',
|
||||||
`postbg` = '$postbg'
|
`postbg` = '$postbg',
|
||||||
`postheader` = '$postheader'
|
`postheader` = '$postheader',
|
||||||
`birthday` = '$birthday'
|
`birthday` = '$birthday',
|
||||||
`scheme` = '$sscheme'
|
`scheme` = '$sscheme',
|
||||||
`threadsperpage` = '$threadsperpage'
|
`threadsperpage` = '$threadsperpage',
|
||||||
`viewsig` = '$viewsig'
|
`viewsig` = '$viewsig',
|
||||||
`layout` = '$tlayout'
|
`layout` = '$tlayout',
|
||||||
`moodurl` = '". $_POST['moodurl'] ."'
|
`moodurl` = '". $_POST['moodurl'] ."',
|
||||||
`posttool` = '$posttool'
|
`posttool` = '$posttool',
|
||||||
`imood` = '$imood'
|
`imood` = '$imood',
|
||||||
`signsep` = '$signsep'
|
`signsep` = '$signsep',
|
||||||
`pagestyle` = '$pagestyle'
|
`pagestyle` = '$pagestyle',
|
||||||
`pollstyle` = '$pollstyle'
|
`pollstyle` = '$pollstyle'
|
||||||
|
|
||||||
WHERE `id` = '$loguserid'
|
WHERE `id` = '$loguserid'
|
||||||
AND `password` = '$userpass'
|
|
||||||
");
|
");
|
||||||
|
|
||||||
print "
|
print "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user