Changeset 97 for trunk


Ignore:
Timestamp:
Jan 6, 2026, 4:39:19 PM (33 hours ago)
Author:
chronos
Message:
  • Fixed: Wrong parameter type in time edit function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Measure/Page.php

    r96 r97  
    6262  }
    6363
    64   function EditTime(int $Time): string
     64  function EditTime(string $Time): string
    6565  {
    6666    $Output = '<form style="display: inline;" action="?Operation=SetTime&amp;Time='.$Time.'" method="post">';
Note: See TracChangeset for help on using the changeset viewer.