mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[PR #71] [MERGED] fix sql syntax for iso #74
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/control-pane#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/clonos/control-pane/pull/71
Author: @flobbfr
Created: 11/11/2024
Status: ✅ Merged
Merged: 11/12/2024
Merged by: @olevole
Base:
master← Head:master📝 Commits (1)
ceada28fix sql syntax for iso📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
php/clonos.php(+3 -3)📝
public/pages/media/a.json.php(+2 -2)📄 Description
I got a problem with " in SQL syntax on an fresh install, so I had to replace " by '
It seems to be a more standard syntax, as " are interpreted only when the context makes the meaning unambiguous.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.