Edit dashboard.php via Editor
This commit is contained in:
parent
a0db2eeb84
commit
df74e9b296
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user