Edit dashboard.php via Editor

This commit is contained in:
Flatlogic Bot 2026-01-01 10:11:13 +00:00
parent 5dbc3003eb
commit 898c8cc6df

View File

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