View Single Post
  #144  
Old 23rd April 2008, 00:14
zumtest zumtest is offline
Member
 
Join Date: Apr 2008
Posts: 1
Default Re: Yuna Scatari v2.0 PRE7 RC0
Quote:
Originally Posted by Nilsons
Emm why when im deleting an poll i get this text
Code:
Do you really want to delete the poll? Click <a href=?action=delete&pollid=3&returnto=main&sure=1>here</a> if you are sure.
But i know it should be like this
Code:
Do you really want to delete the poll? Click here if you are sure.
But i dont know how to do it!! Please help mee !!!!
I had this problem too. Go to include/functions_global.php open it.
Search
Code:
function newerr($heading = '', $text = '', $head = true, $foot = true, $die = true, $div = 'error', $htmlstrip = true)
and change it to
Code:
function newerr($heading = '', $text = '', $head = true, $foot = true, $die = true, $div = 'error', $htmlstrip = false)
this works for me :)