Edit dashboard.php via Editor

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

View File

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