Comment 1 for bug 708039

Revision history for this message
Scott M. Sanders (scottmsanders) wrote :

Sorry, this is better:

if(substr($tables_r['Tables_in_'.strtolower($database)], 0, 1) != "v_") {
  $tables[] = $tables_r['Tables_in_'.strtolower($database)];
}