mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
fix: replace mb_strtolower with strtolower in admin import (mbstring unavailable in php8.4-fpm)
This commit is contained in:
3
TODO.md
3
TODO.md
@@ -1,5 +1,8 @@
|
||||
# Posterg TODO
|
||||
|
||||
## Fixes
|
||||
- [x] Replace `mb_strtolower` with `strtolower` in admin/index.php (mbstring not available in php8.4-fpm)
|
||||
|
||||
## Features
|
||||
- [x] Student name popover preview in /repertoire (zero per-hover requests)
|
||||
- [x] `Database::getThesesByAuthorName()` query
|
||||
|
||||
Reference in New Issue
Block a user