table_prefix . "portal_modules WHERE module_classname = '\\\board3\\\portal\\\modules\\\clock'"; $result = $this->db->sql_query($sql); while ($row = $this->db->sql_fetchrow($result)) { $this->config->set('board3_clock_src_' . $row['module_id'], ''); } $this->db->sql_freeresult($result); } }