more TODO EINE comments modified

This commit is contained in:
Andreas Moik
2016-06-20 15:04:51 +02:00
parent c431303b43
commit f6358f92ed
14 changed files with 985 additions and 921 deletions
+4 -3
View File
@@ -16,8 +16,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*
* Authors: Christian Paminger <[email protected]>,
* Andreas Oesterreicher <[email protected]> and
* Rudolf Hangl <[email protected]>.
* Andreas Oesterreicher <[email protected]>,
* Rudolf Hangl <[email protected]> and
* Andreas Moik <[email protected]>.
*/
/**
* LV Details fuer CIS Seite
@@ -578,7 +579,7 @@ function checkZeilenUmbruch()
'position'=>'110',
'name'=>$p->t('lehre/pinboard'),
'icon'=>'../../../skin/images/button_pinboard.png',
'link'=>'../../../cms/news.php?studiengang_kz='.urlencode($studiengang_kz).'&semester='.urlencode($semester),
'link'=>'../../../cms/news.php?newsReq='.json_encode(array(array("studiengang_kz" => $studiengang_kz, "semester" => $semester))),
'text'=>$text
);