Edit dashboard.php via Editor

This commit is contained in:
Flatlogic Bot 2026-01-01 10:10:47 +00:00
parent b3efbfaaef
commit 5dbc3003eb

View File

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