mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix file-level docblock and svn:keywords Id
This commit is contained in:
parent
61029657f5
commit
260efdaa5f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user