Update of /cvsroot/plog/plog
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1479
Modified Files:
Tag: PLOG_0_3_2_DEVEL
wizard.php
Log Message:
added a new config setting: thumbnail_generator_use_smoothing_algorithm
Index: wizard.php
===================================================================
RCS file: /cvsroot/plog/plog/wizard.php,v
retrieving revision 1.38.2.5
retrieving revision 1.38.2.6
diff -C2 -d -r1.38.2.5 -r1.38.2.6
*** wizard.php 14 Jun 2004 20:25:37 -0000 1.38.2.5
--- wizard.php 13 Jul 2004 15:37:22 -0000 1.38.2.6
***************
*** 389,392 ****
--- 389,393 ----
$Inserts[69] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('xhtml_converter_enabled', '1', 1);";
$Inserts[70] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('xhtml_converter_aggresive_mode_enabled', '0', 1);";
+ $Inserts[71] = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES('thumbnail_generator_use_smoothing_algorithm', '0', 1);";
|