Changeset 166994
- Timestamp:
- 10/26/2009 03:19:25 AM (16 years ago)
- File:
-
- 1 edited
-
fotobook/trunk/fotobook.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fotobook/trunk/fotobook.php
r163353 r166994 40 40 define('FB_OPTIONS_URL', 'options-general.php?page=fotobook/options-fotobook.php'); 41 41 define('FB_WEBSITE', 'http://www.aaronharp.com/dev/wp-fotobook/'); 42 define('FB_VERSION', 3. 2);42 define('FB_VERSION', 3.17); 43 43 define('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¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8'); 44 44 … … 405 405 src_small varchar(255) NOT NULL default '', 406 406 link varchar(255) NOT NULL default '', 407 caption text NOT NULL default '',407 caption text NOT NULL, 408 408 created datetime NOT NULL default '0000-00-00 00:00:00', 409 409 ordinal tinyint(4) NOT NULL default 0, … … 417 417 owner int(11) NOT NULL, 418 418 name varchar(255) NOT NULL default '', 419 description text NOT NULL default '',419 description text NOT NULL, 420 420 location varchar(255) NOT NULL default '', 421 421 link varchar(255) NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.