]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 27 Oct 2022 08:31:23 +0000 (10:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 27 Oct 2022 08:31:23 +0000 (10:31 +0200)
.idea/workspace.xml
scripts/lib/scenes.php

index 17793648d51e640c9a868001edfccbec818fc639..b29452da869a62efb60aebd9ac3d57e1679d012d 100644 (file)
@@ -2,8 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
-      <change beforePath="$PROJECT_DIR$/.htaccess" beforeDir="false" afterPath="$PROJECT_DIR$/.htaccess" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1665922708761" duration="719000" />
       <workItem from="1666248330245" duration="464000" />
       <workItem from="1666784917537" duration="5088000" />
-      <workItem from="1666847531867" duration="824000" />
-    </task>
-    <task id="LOCAL-00488" summary=".">
-      <created>1622441173733</created>
-      <option name="number" value="00488" />
-      <option name="presentableId" value="LOCAL-00488" />
-      <option name="project" value="LOCAL" />
-      <updated>1622441173734</updated>
+      <workItem from="1666847531867" duration="852000" />
+      <workItem from="1666856719410" duration="662000" />
     </task>
     <task id="LOCAL-00489" summary=".">
       <created>1622664420441</created>
       <option name="project" value="LOCAL" />
       <updated>1666805680125</updated>
     </task>
-    <option name="localTasksCounter" value="537" />
+    <task id="LOCAL-00537" summary=".">
+      <created>1666848366043</created>
+      <option name="number" value="00537" />
+      <option name="presentableId" value="LOCAL-00537" />
+      <option name="project" value="LOCAL" />
+      <updated>1666848366044</updated>
+    </task>
+    <option name="localTasksCounter" value="538" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 06e57c53c0c7927572c736b1de0e367d60fc4473..0d020162267c7897bcebebc7756e889655ce717d 100644 (file)
@@ -988,7 +988,10 @@ function chambreToggle($fromUserAction = false)
 
 function wcMusic($volume)
 {
-    if (date('w') == '5') {
+    $d = date('w');
+    if ($d == 3) {
+        $music = 'Radio Michel';
+    } else if ($d == 5) {
         $music = 'Samba';
         //$volume += 10;
     } else {