Plugin Directory

Changeset 1322704


Ignore:
Timestamp:
01/06/2016 09:11:13 PM (10 years ago)
Author:
ryan_xantoo
Message:

Very Minor Changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map-contact/trunk/map-contact.php

    r993559 r1322704  
    155155
    156156function pluginActivated() {
    157     global $wpdb;
    158     require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
     157    global $wpdb; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
    159158
    160159    if (!$wpdb->get_var( "SELECT * FROM ".$wpdb->prefix."map_settings" ))
Note: See TracChangeset for help on using the changeset viewer.