]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Feb 2023 09:02:43 +0000 (10:02 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Feb 2023 09:02:43 +0000 (10:02 +0100)
.idea/dataSources.local.xml
.idea/workspace.xml
scripts/lib/scenes.php

index a2ba83682b3ee200a8f68dbd0700672e062ed5e0..9ae1436f3b19515e1f0a695102d00fc314b4ab0b 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="dataSourceStorageLocal" created-in="IU-223.8214.52">
+  <component name="dataSourceStorageLocal" created-in="IU-223.8617.56">
     <data-source name="LFY(3).db" uuid="e5a3291d-855f-44b2-be41-76fe6b0c2136">
       <database-info product="SQLite" version="3.25.1" jdbc-version="2.1" driver-name="SQLite JDBC" driver-version="3.25.1" dbms="SQLITE" exact-version="3.25.1" exact-driver-version="3.25">
         <identifier-quote-string>&quot;</identifier-quote-string>
index f7f586ee375d551417acdefa28dc7c53cefabab1..aaefba82fea77296d9ebce4ae45e82a2264f67a0 100644 (file)
@@ -5,7 +5,6 @@
   </component>
   <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/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" 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" />
       <workItem from="1672343219774" duration="322000" />
       <workItem from="1672344461763" duration="1440000" />
       <workItem from="1672659425048" duration="1077000" />
-      <workItem from="1673335540351" duration="136000" />
-    </task>
-    <task id="LOCAL-00497" summary=".">
-      <created>1640525937679</created>
-      <option name="number" value="00497" />
-      <option name="presentableId" value="LOCAL-00497" />
-      <option name="project" value="LOCAL" />
-      <updated>1640525937690</updated>
+      <workItem from="1673335540351" duration="931000" />
+      <workItem from="1676446723673" duration="868000" />
     </task>
     <task id="LOCAL-00498" summary=".">
       <created>1640605498962</created>
       <option name="project" value="LOCAL" />
       <updated>1671182986722</updated>
     </task>
-    <option name="localTasksCounter" value="546" />
+    <task id="LOCAL-00546" summary=".">
+      <created>1673336865834</created>
+      <option name="number" value="00546" />
+      <option name="presentableId" value="LOCAL-00546" />
+      <option name="project" value="LOCAL" />
+      <updated>1673336865834</updated>
+    </task>
+    <option name="localTasksCounter" value="547" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index db6e85652aaf52dc48ce7e73f1defe312cd599a5..59eccf338d8a6683e543ebad0ce2a0f1aadb9955 100644 (file)
@@ -1023,7 +1023,9 @@ function chambreToggle($fromUserAction = false) {
 
 function wcMusic($volume) {
        $d = date('w');
-       if ($d == 3) {
+       if ($d == 4) {
+               $music = 'New Morning';
+       } else if ($d == 3) {
                $music = 'Radio Michel';
        } else if ($d == 5) {
                $music = 'Samba';