mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
- Anlegen von Projekttasks
- Infoterminal und Infoscreen an neue News angepasst
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<?php
|
||||
/* Copyright (C) 2006 Technikum-Wien
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -23,6 +24,9 @@
|
||||
*
|
||||
* enthaelt globale JS Funktionen
|
||||
*/
|
||||
require_once('../config/vilesci.config.inc.php');
|
||||
require_once('../include/functions.inc.php');
|
||||
?>
|
||||
|
||||
// ****
|
||||
// * Liefert den Value aus einer XML-Datasource
|
||||
@@ -246,4 +250,12 @@ String.prototype.trim = function() {
|
||||
// * StartsWidth Member Function fuer Strings
|
||||
// ****
|
||||
String.prototype.startsWith = function(str)
|
||||
{return (this.match("^"+str)==str)}
|
||||
{return (this.match("^"+str)==str)}
|
||||
|
||||
// ****
|
||||
// * Liefert den Usernamne des eingeloggten Users
|
||||
// ****
|
||||
function getUsername()
|
||||
{
|
||||
return '<?php echo get_uid(); ?>';
|
||||
}
|
||||
Reference in New Issue
Block a user