Stark
10-05-2003, 01:46
The following fix allows to have special characters like ' " \ etc in Channel-topics.
In the normal version of webpost I downloaded the script stopped to insert channels into the DB when a channel topic had those chars...
file db_inc.php
function insertchannelinfo
line
$channeldata8 = addslashes (htmlspecialchars(trim($channeldata[8])));
cu
Stark
In the normal version of webpost I downloaded the script stopped to insert channels into the DB when a channel topic had those chars...
file db_inc.php
function insertchannelinfo
line
$channeldata8 = addslashes (htmlspecialchars(trim($channeldata[8])));
cu
Stark