Changeset 7782 for trunk/include/ws_functions.inc.php
- Timestamp:
- Nov 15, 2010, 10:48:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ws_functions.inc.php
r7613 r7782 581 581 case 'reject': 582 582 array_push($infos, l10n('Your comment has NOT been registered because it did not pass the validation rules') ); 583 return new PwgError(403, implode(" \n", $infos) );583 return new PwgError(403, implode("; ", $infos) ); 584 584 case 'validate': 585 585 case 'moderate':
Note: See TracChangeset
for help on using the changeset viewer.