| osCommerce: |
| merge from hpdl r1116... | merge from hpdl r1121... |
Show this changeset in changelog Changeset Detail
1319
created by hpdl on
05 March 2007, 21:43:07 +0100
(2 years 8 months ago)
(patch)
merge from hpdl r1117-r1120
mysql_fetch_assoc() exists from PHP 4.0.3 mysql_escape_string() exists as from PHP 4.0.3 so use that as the default value instead of addslashes() move the string parsing logic to its own class method use call_user_func() to call the defined function pass the string value to the parseString() method |