View Single Post
  #18  
Old 07-15-2005, 05:44 PM
romain's Avatar
romain Offline
forum loafer
 
Join Date: Jul 2005
Location: Nice (France)
Posts: 7
Sorry, i have mixed my sql files doing the zip files.

Here what should be the script :
Code:
ALTER TABLE `pixelpost_config` 
ADD `resizeimage` VARCHAR( 3 ) DEFAULT 'no' NOT NULL ,
ADD `maximagesize` VARCHAR( 4 ) DEFAULT '600' NOT NULL ,
ADD `imagejpgcompression` VARCHAR( 3 ) DEFAULT '80' NOT NULL ;
Zip files fixed
Reply With Quote