2007-04-28 Ingo Renner <typo3@ingo-renner.com>
* fixed bug #1290: TCEFORM.table.field.linkTitleToSelf-Option could be confusing
* !!! removed option ->TCEFORM_confObj:linkTitleToSelf.returnUrl = 1 as it seemed unlogical not to use it
+ * fixed bug 3993: Missing error message for big uploaded files - A message is there but it wasn't useful, changed it to something more understandable
2007-04-28 Michael Stucki <michael@typo3.org>
} else $this->writelog(1,1,103,'Destination path "%s" was not within your mountpoints!',Array($theTarget.'/'));
} else $this->writelog(1,1,104,'The uploaded file exceeds the size-limit of %s bytes',Array($this->maxUploadFileSize*1024));
} else $this->writelog(1,1,105,'You are not allowed to upload files!','');
- } else $this->writelog(1,2,106,'The uploaded file did not exist!','');
+ } else $this->writelog(1,2,106,'The upload has failed, no uploaded file found!','');
} else $this->writelog(1,2,108,'No file was uploaded!','');
}