Show
Ignore:
Timestamp:
09/03/07 04:25:59 (3 years ago)
Author:
eevee
Message:

Fixed the vertical alignment of avatars.
Added a little extra something while I'm at it...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/base.sql

    r290 r330  
    232232  customtitle varchar(32) NOT NULL default '', 
    233233  signature text NOT NULL, 
     234  is_dumb tinyint(1) NOT NULL default '0', 
    234235  PRIMARY KEY  (id), 
    235236  UNIQUE KEY `NAME` (`name`)