Changeset 479
- Timestamp:
- 05/01/08 21:06:54 (5 years ago)
- Location:
- downloadDatabase
- Files:
-
- 2 added
- 1 modified
-
files/lib/form/DownloadDBEditDataForm.class.php (modified) (1 diff)
-
files_update.tar (added)
-
templates_update.tar (added)
Legend:
- Unmodified
- Added
- Removed
-
downloadDatabase/files/lib/form/DownloadDBEditDataForm.class.php
r453 r479 189 189 // } 190 190 // $this->groesse = @filesize($this->link); 191 } 192 // UTF-8 Anpassung 193 if (CHARSET != 'UTF-8') { 194 $this->name = StringUtil::convertEncoding('UTF-8', CHARSET, $this->name); 195 $this->description = StringUtil::convertEncoding('UTF-8', CHARSET, $this->description); 191 196 } 192 197 // Daten endgÃŒltig speichern
