Plugin Directory

Changeset 1964720


Ignore:
Timestamp:
10/29/2018 12:58:02 AM (7 years ago)
Author:
feryaz
Message:

Again...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easyreservations/trunk/lib/updates/install.php

    r1964719 r1964720  
    9191    $table_name = $wpdb->prefix . "reservationmeta";
    9292
    93     $sql .= "CREATE TABLE $table_name (
     93    $sql = "CREATE TABLE $table_name (
    9494          meta_id bigint(20) unsigned NOT NULL auto_increment,
    9595          reservation_id bigint(20) unsigned NOT NULL default '0',
     
    101101        ) $charset_collate;";
    102102
    103     dbDelta($sql);
     103    dbDelta($sql);
    104104
    105105    $room_args = array( 'post_status' => 'publish|private', 'post_type' => 'easy-rooms', 'orderby' => 'post_title', 'order' => 'ASC', 'numberposts' => 1);
Note: See TracChangeset for help on using the changeset viewer.