
12-09-2007, 10:23 AM
|
 |
|
|
Join Date: Nov 2006
Location: UK
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by micheal332001
Hi there
If you are useing the cash system version then it does close the tune when a write answer is given.
If you want to change that you can in the main mmnamett.php file fine
PHP Code:
$db->query("UPDATE ". TABLE_PREFIX . "mmnamett_tunes SET open=0 WHERE id='". $nttid . "'");
and remove this line of code
This will stop the tunes from being closed when answered.
|
Thanks Michael, sorted.
|