|
From: Greg M. <bli...@us...> - 2008-01-26 18:04:19
|
Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1906/boost Modified Files: install.sql Log Message: Can now select a Flickr block mode. Index: install.sql =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/boost/install.sql,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** install.sql 30 Sep 2007 19:26:15 -0000 1.11 --- install.sql 26 Jan 2008 18:03:52 -0000 1.12 *************** *** 16,19 **** --- 16,20 ---- active SMALLINT NOT NULL, current_photo INT NOT NULL, + flickr_set BIGINT unsigned NOT NULL, tn_width INT NOT NULL, tn_height INT NOT NULL, |