Changeset 306
- Timestamp:
- 02/26/10 10:28:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/models/request.php
r302 r306 128 128 * @return boolean Success 129 129 */ 130 public function addUpload($data, $anonymise = false,&$errors = array())130 public function addUpload($data, &$errors = array()) 131 131 { 132 132 if (empty($data)) {
Note: See TracChangeset
for help on using the changeset viewer.