diff options
Diffstat (limited to 'lib/public/template.php')
-rw-r--r-- | lib/public/template.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/public/template.php b/lib/public/template.php index 33eefea3b80..a0ed618cb2c 100644 --- a/lib/public/template.php +++ b/lib/public/template.php @@ -3,7 +3,7 @@ * ownCloud * * @author Frank Karlitschek -* @copyright 2010 Frank Karlitschek karlitschek@kde.org +* @copyright 2012 Frank Karlitschek frank@owncloud.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE @@ -104,6 +104,3 @@ function html_select_options($options, $selected, $params=array()) { class Template extends \OC_Template { } - - -?> |