diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-06 22:45:08 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-06 22:45:08 +0200 |
| commit | 5b39d6bf7f34ed52059410f3d0af3799aeff2113 (patch) | |
| tree | 0a0b1abdb0b69f8298410bf439f5d4296276bd69 /protected/models/Veranstaltung.php | |
| parent | 3d72ad7ce1aac1151f5499ef19fc04999ba685d1 (diff) | |
vereinsansicht basis
Diffstat (limited to 'protected/models/Veranstaltung.php')
| -rw-r--r-- | protected/models/Veranstaltung.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/models/Veranstaltung.php b/protected/models/Veranstaltung.php index 64c7854..0e4d9b8 100644 --- a/protected/models/Veranstaltung.php +++ b/protected/models/Veranstaltung.php @@ -124,7 +124,7 @@ class Veranstaltung extends CActiveRecord public function behaviors() { return array( - 'LoggableBehavior'=>'application.modules.auditTrail.behaviors.LoggableBehavior', + // 'LoggableBehavior'=>'application.modules.auditTrail.behaviors.LoggableBehavior', ); } }
\ No newline at end of file |
