Create a new function da_sql_limit() and use that to pass LIMIT arguments to the...
authorkkalev <kkalev>
Mon, 21 Mar 2005 13:16:58 +0000 (13:16 +0000)
committerkkalev <kkalev>
Mon, 21 Mar 2005 13:16:58 +0000 (13:16 +0000)
commitb76858e27411f0d6650750d515dcc08b633b69b7
treecce2caab2a8cf6ccd2dd512d308d2076c6285ed2
parent4d5e187eaf5a1121c4fdf8826d5c3572581f174e
Create a new function da_sql_limit() and use that to pass LIMIT arguments to the database layer
since the syntax is different between db vendors
13 files changed:
dialup_admin/Changelog
dialup_admin/htdocs/accounting.php3
dialup_admin/htdocs/badusers.php3
dialup_admin/htdocs/failed_logins.php3
dialup_admin/htdocs/user_accounting.php3
dialup_admin/htdocs/user_admin.php3
dialup_admin/htdocs/user_stats.php3
dialup_admin/lib/sql/drivers/dbx/functions.php3
dialup_admin/lib/sql/drivers/mysql/functions.php3
dialup_admin/lib/sql/drivers/oracle/functions.php3
dialup_admin/lib/sql/drivers/pg/functions.php3
dialup_admin/lib/sql/drivers/sqlrelay/functions.php3
dialup_admin/lib/sql/find.php3