commit: horde/docs CHANGES horde/lib/Auth sql.php
horde/lib/Connection sql.php horde/lib/Perms sql.php
horde/lib/Prefs sql.php
chuck@horde.org
chuck@horde.org
18 Mar 2001 00:21:25 -0000
chuck 2001/03/17 16:21:25 PST
Modified files:
docs CHANGES
lib/Auth sql.php
lib/Connection sql.php
lib/Perms sql.php
lib/Prefs sql.php
Log:
Make sure all of the sql drivers use DB::quoteString() on all strings.
Replace a @mysql_query() that was hiding in Connection/sql.php with
$this->db->query().
Revision Changes Path
1.124 +3 -0 horde/docs/CHANGES
1.4 +8 -7 horde/lib/Auth/sql.php
1.2 +4 -4 horde/lib/Connection/sql.php
1.2 +11 -11 horde/lib/Perms/sql.php
1.3 +15 -13 horde/lib/Prefs/sql.php