$dump_options) { // Test if the table name starts with 'unrelated_'. if (strncmp($table, 'unrelated_', 10) == 0) { unset($options['tables'][$table]); } } } /** * @} End of "addtogroup hooks". */