@@ -724,6 +724,9 @@ |
||
| 724 | 724 | $this->message = $this->StripSlashes($_POST['message']); |
| 725 | 725 | } |
| 726 | 726 | |
| 727 | + /** |
|
| 728 | + * @param string $error |
|
| 729 | + */ |
|
| 727 | 730 | function add_error($error) |
| 728 | 731 | { |
| 729 | 732 | array_push($this->errors,$error); |