summaryrefslogtreecommitdiff
path: root/protected/models/Standort.php
diff options
context:
space:
mode:
authorTristan Zur <tzur@ccwn.org>2012-04-28 17:35:58 +0200
committerTristan Zur <tzur@ccwn.org>2012-04-28 17:35:58 +0200
commit8b87e1e00a2dbd413f4cb1abb66161d7ace55b78 (patch)
tree37e0fb03cd8755fcbae3e6640718abf4e7bb3131 /protected/models/Standort.php
parent139dbc9cc21fb1d419c6ecc80380f723e613efbc (diff)
- Verbesserung der Suchfunktionen
Diffstat (limited to 'protected/models/Standort.php')
-rw-r--r--protected/models/Standort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/models/Standort.php b/protected/models/Standort.php
index f64ea51..d62a594 100644
--- a/protected/models/Standort.php
+++ b/protected/models/Standort.php
@@ -73,7 +73,7 @@ class Standort extends CActiveRecord
{
return array(
'id' => 'ID',
- 'type' => 'Type',
+ 'type' => 'Typ',
'name' => 'Name',
'pos_lat' => 'Pos Lat',
'pos_long' => 'Pos Long',