mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
This commit is contained in:
@@ -255,7 +255,7 @@ elseif ($aktion=='lva_single_set')
|
||||
//$error_msg.='Blockung'.$lva[$i]->stundenblockung.var_dump($lva);
|
||||
//$error_msg.='Datum:'.$new_datum.' Std:'.($new_stunde+$j).$new_ort.$db_stpl_table.$uid;
|
||||
for ($j=0;$j<$lva[$i]->stundenblockung;$j++)
|
||||
if (!$lva[$i]->save_stpl($new_datum,$new_stunde+$j,$new_ort,$db_stpl_table,$uid))
|
||||
if (!$lva[$i]->save_stpl($new_datum,$new_stunde+$j,$new_ort,$db_stpl_table,$uid))
|
||||
$error_msg.='Error: '.$lva[$i]->errormsg;
|
||||
//else die('test');
|
||||
}
|
||||
@@ -488,7 +488,7 @@ while ($begin<=$ende)
|
||||
|
||||
<script type="application/x-javascript">
|
||||
<?php
|
||||
if ($error_msg!='')
|
||||
if ($error_msg!='')
|
||||
echo "alert('".str_replace("'",'"',$error_msg)."');";
|
||||
?>
|
||||
top.document.getElementById("statusbarpanel-text").setAttribute("label","<?php echo htmlspecialchars($PHP_SELF.$error_msg); ?>");
|
||||
|
||||
Reference in New Issue
Block a user