]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Mon, 13 Jan 2020 07:21:36 +0000 (08:21 +0100)
committerVincent <vincent@enhydra.fr>
Mon, 13 Jan 2020 07:21:36 +0000 (08:21 +0100)
.idea/workspace.xml
scripts/lib/scenes.php

index 7c32049ed60af9099cc3f8051c5f2f04a60445ac..cc0b40a1f95f755498b6748d316ce323ca2b23b5 100644 (file)
@@ -3,7 +3,6 @@
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/global.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/global.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
       <workItem from="1578473134474" duration="933000" />
       <workItem from="1578556363591" duration="2961000" />
       <workItem from="1578759225069" duration="373000" />
-      <workItem from="1578771487829" duration="1660000" />
-    </task>
-    <task id="LOCAL-00227" summary=".">
-      <created>1567940163895</created>
-      <option name="number" value="00227" />
-      <option name="presentableId" value="LOCAL-00227" />
-      <option name="project" value="LOCAL" />
-      <updated>1567940163895</updated>
+      <workItem from="1578771487829" duration="3824000" />
     </task>
     <task id="LOCAL-00228" summary=".">
       <created>1567958159737</created>
       <option name="project" value="LOCAL" />
       <updated>1578559851311</updated>
     </task>
-    <option name="localTasksCounter" value="276" />
+    <task id="LOCAL-00276" summary=".">
+      <created>1578855521161</created>
+      <option name="number" value="00276" />
+      <option name="presentableId" value="LOCAL-00276" />
+      <option name="project" value="LOCAL" />
+      <updated>1578855521161</updated>
+    </task>
+    <option name="localTasksCounter" value="277" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 89ff526db2862847a1d65e28df931d580a4fad84..4c27038ff85971421b1bca3a2771db6ab3759ddc 100644 (file)
@@ -703,7 +703,7 @@ function sdbToggle()
 function wcOn($vmc = true)
 {
     $hour = getHour();
-    if ($hour > 1 && $hour < 6.75) {
+    if ($hour > 2.5 && $hour < 6.75) {
         $period = 'night';
     } else if ($hour >= 6.75 && $hour < 10) {
         $period = 'morning';