From a9d0b212abe8544d81d636afdafc6db74b0d6c9b Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Wed, 05 Sep 2012 02:57:46 -0400
Subject: [PATCH] Fixed: Converted all iso-8859-1 files to utf-8 Note to all contributors: please use utf-8 encoding in files!
---
server/lib/classes/system.inc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/lib/classes/system.inc.php b/server/lib/classes/system.inc.php
index aa4498d..01b70fe 100644
--- a/server/lib/classes/system.inc.php
+++ b/server/lib/classes/system.inc.php
@@ -1152,7 +1152,7 @@
function make_trashscan(){
global $app;
//trashscan erstellen
- // Template �ffnen
+ // Template Öffnen
$app->tpl->clear_all();
$app->tpl->define( array(table => 'trashscan.master'));
--
Gitblit v1.9.1