login
Helix Swarm
Helix Swarm
my dashboard
activity
reviews
projects
files
commits
jobs
groups
workflows
tests
commits
/
7098
Change 7098
Stewart Lord
committed this change
16 years ago
into
//guest/stewart_lord/track2sql
Request Review
Download .zip
Fixed a sqlite incompatibility.
Backslash is not a valid way
to escape quotes in sqlite. Quote-quote ('') is valid in both
mysql and sqlite.
Replaced use of addslashes with a quote() function that
replaces occurrences of single-quotes with two single quotes.
0 comments
Log in to comment
Files
1
Comments
0
1
edited
0
added
0
deleted
•
track2sql.php#8
Loading...
Tip: Use
n
and
p
to cycle through the changes.
Log in to comment