Quote:
Originally posted by Boofo
From your first post:
Why would you replace the same thing?
Code:
open newreply.php
find:
PHP:
if($permissions[canaddprivtxt]) {
replace it with:
PHP:
if($permissions[canaddprivtxt]) {
|
lol, actually it should be...
Find:
PHP Code:
if($permssions[canaddprivtxt]) {
Replace with:
PHP Code:
if($permissions[canaddprivtxt]) {
Cuz of his typo at newreply.php (6)
he didnt take "i" out of that at first post anyway that s what he try to do.