WebGUI 1.0.1 release
This commit is contained in:
parent
655ba6d283
commit
d53f48c857
2 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,8 @@ CREATE TABLE Article (
|
|||
image varchar(255) default NULL,
|
||||
linkTitle varchar(255) default NULL,
|
||||
linkURL text,
|
||||
attachment varchar(255) default NULL
|
||||
attachment varchar(255) default NULL,
|
||||
convertCarriageReturns int(11) NOT NULL default '0'
|
||||
) TYPE=MyISAM;
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "1.0.0";
|
||||
our $VERSION = "1.0.1";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001 Plain Black Software.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue