made the file and image form fields better, but still have some work to do

began converting the article to have it's own attachments, but still have some work to do
This commit is contained in:
JT Smith 2006-04-16 01:10:34 +00:00
parent cedef1c8ac
commit 7fcfb11f20
10 changed files with 248 additions and 76 deletions

View file

@ -46,9 +46,16 @@ addAdManager();
updateMatrix();
updateFolder();
addRichEditUpload();
updateArticle();
finish($session); # this line required
#-------------------------------------------------
sub updateArticle {
print "\tAllowing articles to have direct attachments.\n";
$session->db->write("alter table Article add column storageId varchar(22) binary");
}
#-------------------------------------------------
sub addRichEditUpload {
print "\tAdding the ability to upload from the rich editor.\n";