Quote:
Originally Posted by Costin83
What was the difference ?
Why was it necessary to be an "^n" in front ?
|
He used the function with an invalid argument.
It was something like:
PHP Code:
client_print_center(id, print_center, "message....")
// where it should be
client_print_center(id, "message....")
__________________