mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-07 13:59:07 +00:00
Empty commit
This commit is contained in:
parent
22b5e25cac
commit
5efc7fe4ee
@ -47,17 +47,17 @@ function reset_image($UserID, $Type, $AdminComment, $PrivMessage) {
|
||||
if ($Type === 'avatar') {
|
||||
$CacheKey = "user_info_$UserID";
|
||||
$DBTable = 'users_info';
|
||||
$DBColumn = "Avatar";
|
||||
$DBColumn = 'Avatar';
|
||||
$PMSubject = 'Your avatar has been automatically reset';
|
||||
} elseif ($Type === 'avatar2') {
|
||||
$CacheKey = "donor_info_$UserID";
|
||||
$DBTable = 'donor_rewards';
|
||||
$DBColumn = "SecondAvatar";
|
||||
$DBColumn = 'SecondAvatar';
|
||||
$PMSubject = 'Your second avatar has been automatically reset';
|
||||
} elseif ($Type === 'donoricon') {
|
||||
$CacheKey = "donor_info_$UserID";
|
||||
$DBTable = 'donor_rewards';
|
||||
$DBColumn = "CustomIcon";
|
||||
$DBColumn = 'CustomIcon';
|
||||
$PMSubject = 'Your donor icon has been automatically reset';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user