You are here

function dba_admin_tables_check in Database Administration 5

MySQL only: check the selected table(s).

1 string reference to 'dba_admin_tables_check'
dba_menu in ./dba.module

File

./dba.module, line 425
Allows administrators direct access to their Drupal database. Written by Jeremy Andrews <jeremy@kerneltrap.org>, June 2004. PostgreSQL functionality provided by AAM <aam@ugpl.de> Major security audit, porting, and maintenance by Derek…

Code

function dba_admin_tables_check() {
  return drupal_get_form('dba_check_tables_form');
}