1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

More work on admin->downloads. Now uses media-manager for images.

This commit is contained in:
CaMer0n
2012-04-20 07:28:53 +00:00
parent e74000fb1c
commit f1cc288878
11 changed files with 2513 additions and 737 deletions

View File

@@ -14,8 +14,8 @@ CREATE TABLE download (
download_category int(10) unsigned NOT NULL default '0',
download_active tinyint(3) unsigned NOT NULL default '0',
download_datestamp int(10) unsigned NOT NULL default '0',
download_thumb varchar(150) NOT NULL default '',
download_image varchar(150) NOT NULL default '',
download_thumb text NOT NULL,
download_image text NOT NULL,
download_comment tinyint(3) unsigned NOT NULL default '0',
download_class varchar(255) NOT NULL default '0',
download_mirror text NOT NULL,