<?php $modules = array( 'commerce_cart', 'commerce_checkout', 'commerce_customer', 'commerce_file', 'commerce_line_item', 'commerce_order', 'commerce_payment', 'commerce_price', 'commerce_product', 'commerce_tax', 'ajax_load', 'arrange_fields', 'backup_migrate_files', 'ca', 'calendar_tooltips', 'chatroom_appbar', 'chewch', 'colorpicker', 'colorpicker_cck', 'common_fonts', 'content', 'content_copy', 'content_permissions', 'content_taxonomy', 'context_contrib', 'custom_form_change', 'custom_wysiwyg_editor_settings_alter', 'date_locale', 'date_php4', 'date_timezone', 'devel_themer', 'dhtml_menu', 'drupalforfirebug', 'drupalforfirebug_preprocess', 'emthumb', 'emvideo', 'feedapi_inherit', 'ffmpeg_wrapper', 'fieldgroup', 'filefield', 'filefield_paths', 'filterbynodetype', 'flowplayer3', 'globalredirect', 'xmlrpc_server', 'wordpress_import', 'wijering4', 'vocabularies_fieldset_to_tags_fieldset', 'vocabularies_fieldset_name_change', 'view_unpublished', 'views_tabs', 'views_slideshow_thumbnailhover', 'views_slideshow_singleframe', 'views_service', 'views_horizontal_slider', 'views_filters_autosubmit', 'views_customfield', 'views_content_cache', 'views_clone_display', 'views_attach', 'vertical_tabs', 'user_service', 'userreference', 'upload_perm_per_type', 'upload', 'uc_extra_fields_pane', 'tray', 'token_actions', 'taxonomy_menu_vocabulary_path', 'taxonomy_menu_path_custom', 'taxonomy_menu_hierarchy', 'tagadelic', 'taf4drupal', 'system_service', 'system_module', 'swftools', 'swfobject2', 'spread', 'securepages_prevent_hijack', 'search_config', 'save_edit', 'rules_forms', 'remote_file', 'perms_fieldsets', 'performance', 'pending_user_notification', 'parser_ical', 'panels_stylizer', 'override_node_options', 'optionwidgets', 'onepixelout', 'og_views', 'og_actions', 'notifications_lite', 'node_service', 'nodewords_basic', 'nodewords', 'nodereference', 'nice_menus', 'messaging_mail', 'json_server', 'jquery_ui', 'jcalendar', 'insert', 'image_fupload_imagefield', 'imagefield_tokens', 'imagefield', 'imagecache_ui', 'imagecache', 'imageapi_gd', 'imageapi', 'i18n_test', 'i18nsync', 'i18nprofile', 'i18nmenu', 'i18ncontent' ); db_delete('system') ->condition('name', $modules, 'IN') ->condition('type', 'module') ->execute(); ?>