Nemesis
What's an Admin?
Global Moderator
YaBB God
Posts: 2199
|
|
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #15 on: April 19, 2003, 03:50:51 PM » |
|
ahhh crap,
add this to the global above that $imsound
should look like this:
global $username, $ID_MEMBER, $yySetLocation, $ignore, $notify, $imsound, $cgi, $db_prefix;
my bad, forgot to add that line.
|
|
|
Logged
|
Want to say thanks? ************************************* DONATE or check out my WishList*********************************
|
|
|
|
|
|
|
Nemesis
What's an Admin?
Global Moderator
YaBB God
Posts: 2199
|
|
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #20 on: April 19, 2003, 04:19:44 PM » |
|
Duh...
I re-did the package and updated with the fix:
this
$request = mysql_query("UPDATE {$db_prefix}members SET im_ignore_list='$ignorelist',im_email_notify=$notify,im_email_sound=$imsound WHERE ID_MEMBER=$ID_MEMBER") or database_error(__FILE__, __LINE__); $yySetLocation = "$cgi;action=imprefs";
should be
$request = mysql_query("UPDATE {$db_prefix}members SET im_ignore_list='$ignorelist',im_email_notify=$notify,im_email_sound='$imsoundlist' WHERE ID_MEMBER=$ID_MEMBER") or database_error(__FILE__, __LINE__); $yySetLocation = "$cgi;action=imprefs";
|
|
« Last Edit: April 19, 2003, 04:20:13 PM by Nemesis »
|
Logged
|
Want to say thanks? ************************************* DONATE or check out my WishList*********************************
|
|
|
|
|
|
|
|
|
|
|
|