[Acydmods-checkins] amod_24x/install install.php, 1.3, 1.4 update_to_latest.php, 1.7, 1.8
Brought to you by:
acydburn
|
From: Meik S. <acy...@us...> - 2006-09-05 15:04:11
|
Update of /cvsroot/acydmods/amod_24x/install In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31610/install Modified Files: install.php update_to_latest.php Log Message: more changes? Index: update_to_latest.php =================================================================== RCS file: /cvsroot/acydmods/amod_24x/install/update_to_latest.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** update_to_latest.php 1 Jun 2006 18:50:44 -0000 1.7 --- update_to_latest.php 5 Sep 2006 15:04:03 -0000 1.8 *************** *** 461,465 **** insert_into_config('img_imagick', ''); insert_into_config('show_apcp', '0'); ! insert_into_config('attach_version', '2.4.4'); insert_into_config('default_upload_quota', '0'); insert_into_config('default_pm_quota', '0'); --- 461,465 ---- insert_into_config('img_imagick', ''); insert_into_config('show_apcp', '0'); ! insert_into_config('attach_version', '2.4.5'); insert_into_config('default_upload_quota', '0'); insert_into_config('default_pm_quota', '0'); *************** *** 467,471 **** insert_into_config('use_gd2', '0'); ! $sql = "UPDATE phpbb_attachments_config SET config_value = '2.4.4' WHERE config_name = 'attach_version';"; $result = evaluate_statement($sql, true, true); --- 467,471 ---- insert_into_config('use_gd2', '0'); ! $sql = "UPDATE phpbb_attachments_config SET config_value = '2.4.5' WHERE config_name = 'attach_version';"; $result = evaluate_statement($sql, true, true); Index: install.php =================================================================== RCS file: /cvsroot/acydmods/amod_24x/install/install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** install.php 15 Nov 2005 21:19:30 -0000 1.3 --- install.php 5 Sep 2006 15:04:02 -0000 1.4 *************** *** 53,57 **** echo " -> <b><span class=\"ok\">COMPLETED</span></b><br /><br />\n\n"; } - $db->sql_freeresult($result); } --- 53,56 ---- |