Changeset 479

Show
Ignore:
Timestamp:
05/01/08 21:06:54 (5 years ago)
Author:
Tatzelwurm
Message:

update Files und templates

Location:
downloadDatabase
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • downloadDatabase/files/lib/form/DownloadDBEditDataForm.class.php

    r453 r479  
    189189//                                      } 
    190190//                                      $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); 
    191196                        } 
    192197                        // Daten endgÃŒltig speichern