FishEye
Search
Changelog
Browse
Help
osCommerce
:
Quick Search:
mysql_fetch_assoc() exists from PHP 4.0....
use call_user_func() to call the defined...
Show this changeset in changelog
Changeset Detail
1118
created by
hpdl
on 09 November 2006, 16:49:00 +0100 (3 years ago) (
patch
)
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
Expand all
|
Collapse all
|
Don't Truncate Long Diffs
/branches/hpdl/oscommerce/includes/classes/database.php
1118
(+1 -11)
diffs
View diff...
/branches/hpdl/oscommerce/includes/classes/database/mysql.php
1118
(+12 -6)
diffs
View diff...