Change 7098
Stewart Lord
committed this change
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.
Files
1
Comments
0
1
edited
0
added
0
deleted
•
track2sql.php#8
Loading...
Tip: Use
n
and
p
to cycle through the changes.