Edit dashboard.php via Editor

This commit is contained in:
Flatlogic Bot 2026-01-01 10:02:16 +00:00
parent a0db2eeb84
commit df74e9b296

View File

@ -17,7 +17,7 @@ if (!$userId) {
}
$stmt = db()->prepare("
SELECT id, title, status, created_at, updated_at, final_video_url
SELECT id, title, status, created_at, updated_at
FROM projects
WHERE user_id = ?
ORDER BY created_at DESC