fix file-level docblock and svn:keywords Id

This commit is contained in:
Ralf Becker 2016-04-26 16:45:17 +00:00
parent 61029657f5
commit 260efdaa5f

View File

@ -1,6 +1,5 @@
<?php
/*
/**
* Egroupware - Addressbook - A portlet for displaying a list of entries
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package timesheet
@ -24,12 +23,10 @@ class timesheet_favorite_portlet extends home_favorite_portlet
public function __construct(Array &$context = array(), &$need_reload = false)
{
$context['appname'] = 'timesheet';
// Let parent handle the basic stuff
parent::__construct($context,$need_reload);
$ui = new timesheet_ui();
$this->context['template'] = 'timesheet.index.rows';
$this->nm_settings += array(
'get_rows' => 'timesheet_favorite_portlet::get_rows',