View Single Post
  #16  
Old 6th July 2009, 04:27
BoLaMN BoLaMN is offline
Senior Member
 
Join Date: Jan 2008
Australia
Posts: 93
Default
this has already been covered but here you go!

goto line 432 of message.php

and change:
PHP Code:
$n_pms $_POST['n_pms'];['n_pms']; 
to:
PHP Code:
$n_pms $_POST['n_pms']; 
make sure you search first.
Reply With Quote
The Following User Says Thank You to BoLaMN For This Useful Post:
Masterdan (8th July 2009)