Forums
(@reynock)
13 years, 4 months ago
I have something like this str_replace(” “,””,$value); I replaced them with preg_replace(“/[^A-Za-z0-9]/”,””,$str); and still cant delete anything.
I can not delete package or feature. Could you please fix this issue?