Plugin Directory

Changeset 166994


Ignore:
Timestamp:
10/26/2009 03:19:25 AM (16 years ago)
Author:
aaron_guitar
Message:

Windows systems die with an error when trying to create a table with a default value for a text field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fotobook/trunk/fotobook.php

    r163353 r166994  
    4040define('FB_OPTIONS_URL', 'options-general.php?page=fotobook/options-fotobook.php');
    4141define('FB_WEBSITE',     'http://www.aaronharp.com/dev/wp-fotobook/');
    42 define('FB_VERSION',     3.2);
     42define('FB_VERSION',     3.17);
    4343define('FB_DONATE',      'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=aaron%40freshwebs%2enet&item_name=Fotobook%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8');
    4444
     
    405405                          src_small varchar(255) NOT NULL default '',
    406406                          link varchar(255) NOT NULL default '',
    407                           caption text NOT NULL default '',
     407                          caption text NOT NULL,
    408408                          created datetime NOT NULL default '0000-00-00 00:00:00',
    409409                          ordinal tinyint(4) NOT NULL default 0,
     
    417417                          owner int(11) NOT NULL,
    418418                          name varchar(255) NOT NULL default '',
    419                           description text NOT NULL default '',
     419                          description text NOT NULL,
    420420                          location varchar(255) NOT NULL default '',
    421421                          link varchar(255) NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.