Show full filename on mouseover.

This commit is contained in:
Savetheinternet 2011-10-01 22:12:31 +10:00
parent d62f0ee046
commit 339853e5de
6 changed files with 32 additions and 9 deletions

View file

@ -16,7 +16,7 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
`filewidth` int(11) DEFAULT NULL,
`fileheight` int(11) DEFAULT NULL,
`filesize` int(11) DEFAULT NULL,
`filename` varchar(30) DEFAULT NULL,
`filename` text DEFAULT NULL,
`filehash` text DEFAULT NULL,
`password` varchar(20) DEFAULT NULL,
`ip` varchar(45) NOT NULL,