bugfix schichtpaln array
git-svn-id: svn://svn.cccv.de/engel-system@78 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
82b4bb4e89
commit
92aed1ec38
|
@ -3,7 +3,7 @@ $title = "Räume";
|
||||||
$header = "Verwaltung der Räume";
|
$header = "Verwaltung der Räume";
|
||||||
include ("./inc/header.php");
|
include ("./inc/header.php");
|
||||||
include ("./inc/funktion_user.php");
|
include ("./inc/funktion_user.php");
|
||||||
include ("./inc/funktion_schichtplan.php");
|
include ("./inc/funktion_schichtplan_aray.php");
|
||||||
|
|
||||||
$Sql = "SELECT * FROM `Room` ORDER BY Number, Name";
|
$Sql = "SELECT * FROM `Room` ORDER BY Number, Name";
|
||||||
$Erg = mysql_query($Sql, $con);
|
$Erg = mysql_query($Sql, $con);
|
||||||
|
|
|
@ -8,6 +8,7 @@ if (!IsSet($_POST["action"]))
|
||||||
{
|
{
|
||||||
include ("./inc/header.php");
|
include ("./inc/header.php");
|
||||||
include ("./inc/funktionen.php");
|
include ("./inc/funktionen.php");
|
||||||
|
include ("./inc/funktion_schichtplan_aray.php");
|
||||||
include ("./inc/funktion_schichtplan.php");
|
include ("./inc/funktion_schichtplan.php");
|
||||||
include ("./inc/funktion_user.php");
|
include ("./inc/funktion_user.php");
|
||||||
?>
|
?>
|
||||||
|
@ -85,6 +86,7 @@ else //#################################################################
|
||||||
$_SESSION['CVS'][ "admin/schichtplan.php" ] = "N";
|
$_SESSION['CVS'][ "admin/schichtplan.php" ] = "N";
|
||||||
include ("./inc/funktion_lang.php");
|
include ("./inc/funktion_lang.php");
|
||||||
include ("./inc/funktion_schichtplan.php");
|
include ("./inc/funktion_schichtplan.php");
|
||||||
|
include ("./inc/funktion_schichtplan_aray.php");
|
||||||
include ("./inc/funktion_user.php");
|
include ("./inc/funktion_user.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ include ("./inc/header.php");
|
||||||
include ("./inc/funktion_user.php");
|
include ("./inc/funktion_user.php");
|
||||||
include ("./inc/funktionen.php");
|
include ("./inc/funktionen.php");
|
||||||
include ("./inc/funktion_schichtplan.php");
|
include ("./inc/funktion_schichtplan.php");
|
||||||
|
include ("./inc/funktion_schichtplan_aray.php");
|
||||||
|
|
||||||
|
|
||||||
If( !IsSet($_GET["action"]) )
|
If( !IsSet($_GET["action"]) )
|
||||||
|
|
|
@ -9,10 +9,10 @@ if( isset($_GET["raum"]))
|
||||||
$raum = $_GET["raum"];
|
$raum = $_GET["raum"];
|
||||||
|
|
||||||
include ("./inc/header.php");
|
include ("./inc/header.php");
|
||||||
include ("./inc/funktion_schichtplan_aray.php");
|
|
||||||
include ("./inc/funktion_user.php");
|
include ("./inc/funktion_user.php");
|
||||||
include ("./inc/funktionen.php");
|
include ("./inc/funktionen.php");
|
||||||
include ("./inc/funktion_schichtplan.php");
|
include ("./inc/funktion_schichtplan.php");
|
||||||
|
include ("./inc/funktion_schichtplan_aray.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<? echo Get_Text("Hello").$_SESSION['Nick'].",<br>".
|
<? echo Get_Text("Hello").$_SESSION['Nick'].",<br>".
|
||||||
|
|
|
@ -4,6 +4,7 @@ $header = "Schichtpläne";
|
||||||
include ("./inc/header.php");
|
include ("./inc/header.php");
|
||||||
include ("./inc/funktion_user.php");
|
include ("./inc/funktion_user.php");
|
||||||
include ("./inc/funktion_schichtplan.php");
|
include ("./inc/funktion_schichtplan.php");
|
||||||
|
include ("./inc/funktion_schichtplan_aray.php");
|
||||||
include ("./inc/funktionen.php");
|
include ("./inc/funktionen.php");
|
||||||
|
|
||||||
if (isset($_POST["newtext"]) && isset($_POST["SID"]) && isset($_POST["TID"])) {
|
if (isset($_POST["newtext"]) && isset($_POST["SID"]) && isset($_POST["TID"])) {
|
||||||
|
|
Loading…
Reference in New Issue