mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Gameserver addon description <-> Linebreak #825
This commit is contained in:
parent
25268e36e9
commit
8b34afe962
@ -197,7 +197,7 @@ if ($ui->id('id', 10, 'get') and $ui->id('adid', 10, 'get') and in_array($ui->st
|
||||
$descriptionrow = $query->fetchColumn();
|
||||
}
|
||||
|
||||
$addescription = nl2br($descriptionrow);
|
||||
$addescription = $descriptionrow;
|
||||
|
||||
$query3 = ($protected == 'Y') ? $sql->prepare("SELECT `id` FROM `addons_installed` WHERE `userid`=? AND `serverid`=? AND `addonid`=? AND `servertemplate`=? AND `paddon`='Y' AND `resellerid`=? LIMIT 1") : $sql->prepare("SELECT `id` FROM `addons_installed` WHERE `userid`=? AND `serverid`=? AND `addonid`=? AND `servertemplate`=? AND `resellerid`=? LIMIT 1");
|
||||
$query3->execute(array($user_id, $serverid, $adid, $servertemplate, $resellerLockupID));
|
||||
|
Loading…
x
Reference in New Issue
Block a user