mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
update dicos
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@46 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
80ed2a2b01
commit
d45c7fa3aa
@ -563,10 +563,10 @@ function plugin_display_planning_example($parm){
|
|||||||
case "from":
|
case "from":
|
||||||
break;
|
break;
|
||||||
case "begin";
|
case "begin";
|
||||||
echo $LANG["planning"][19]." ".date("H:i",strtotime($parm["begin"])).": ";
|
echo $LANG["buttons"][33]." ".date("H:i",strtotime($parm["begin"])).": ";
|
||||||
break;
|
break;
|
||||||
case "end";
|
case "end";
|
||||||
echo $LANG["planning"][20]." ".date("H:i",strtotime($parm["end"])).": ";
|
echo $LANG["buttons"][32]." ".date("H:i",strtotime($parm["end"])).": ";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
echo $parm["name"];
|
echo $parm["name"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user