feat: frequency is now up to 366
feat: change filename of backup file fix: translate: "no category" fix: trim fixer api key fix: add webp support to gd on the container fix: update slovanian translations
This commit is contained in:
@@ -49,11 +49,8 @@
|
||||
}
|
||||
|
||||
$frequencies = array();
|
||||
$query = "SELECT * FROM frequencies";
|
||||
$result = $db->query($query);
|
||||
while ($row = $result->fetchArray(SQLITE3_ASSOC)) {
|
||||
$frequencyId = $row['id'];
|
||||
$frequencies[$frequencyId] = $row;
|
||||
for ($i = 1; $i <= 366; $i++) {
|
||||
$frequencies[$i] = array('id' => $i, 'name' => $i);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user