[Linpha-cvs] SF.net SVN: linpha: [4905] trunk/linpha2/lib/include/sql
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2008-03-16 08:52:07
|
Revision: 4905 http://linpha.svn.sourceforge.net/linpha/?rev=4905&view=rev Author: fangehrn Date: 2008-03-16 01:52:02 -0700 (Sun, 16 Mar 2008) Log Message: ----------- 2008-03-15 flo * fixed some IE bugs everything should now work fine on firefox/opera/IE 2008-03-13 flo * finished fullscreen/slideshow/navigation 2008-03-09 flo * re-design thumb and image view Modified Paths: -------------- trunk/linpha2/lib/include/sql/sql.data.php trunk/linpha2/lib/include/sql/sql.tables.php Modified: trunk/linpha2/lib/include/sql/sql.data.php =================================================================== --- trunk/linpha2/lib/include/sql/sql.data.php 2008-03-16 08:51:49 UTC (rev 4904) +++ trunk/linpha2/lib/include/sql/sql.data.php 2008-03-16 08:52:02 UTC (rev 4905) @@ -75,6 +75,7 @@ 'sys_style_thumb_size_max' => '200', 'sys_style_thumb_size_display' => '150', + 'sys_style_thumb_size_display_small' => '60', 'sys_style_thumb_showsubfoldersseparate' => '0', 'sys_style_thumb_selectsizes' => '50,75,100,150,200,250,300,400,500', 'sys_style_thumb_selectnrimages' => 'auto,10,25,50,100,200,all', Modified: trunk/linpha2/lib/include/sql/sql.tables.php =================================================================== --- trunk/linpha2/lib/include/sql/sql.tables.php 2008-03-16 08:51:49 UTC (rev 4904) +++ trunk/linpha2/lib/include/sql/sql.tables.php 2008-03-16 08:52:02 UTC (rev 4905) @@ -360,7 +360,7 @@ "md5sum C(32) NOTNULL INDEX idx_meco_md5, " . "meta_time I(10) DEFAULT 0, " . "meta_author C(255) DEFAULT '', " . - "meta_comment I DEFAULT 0", + "meta_comment X DEFAULT 0", LIN_PREFIX.'meta_data' => "id I AUTO KEY, " . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |