? textlinkads-230797-1_more_than_10.patch Index: textlinkads.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/textlinkads/textlinkads.module,v retrieving revision 1.5.2.4 diff -u -p -r1.5.2.4 textlinkads.module --- textlinkads.module 19 Nov 2007 19:12:00 -0000 1.5.2.4 +++ textlinkads.module 6 Mar 2008 16:48:57 -0000 @@ -133,8 +133,8 @@ function textlinkads_admin_settings() { '#description' => t('Enter a heading for the Ad block. It is alright to leave it blank.'), ); - $total_options = drupal_map_assoc(array(4, 6, 8, 10)); - $row_options = drupal_map_assoc(array(1, 2, 3, 4, 8, 10)); + $total_options = drupal_map_assoc(array(4, 6, 8, 10, 12)); + $row_options = drupal_map_assoc(array(1, 2, 3, 4, 8, 10, 12)); $font_options = drupal_map_assoc(array(6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18)); $form['textlinkads_themer'] = array('#type' => 'fieldset', '#title' => t('Textlinkads Appearance Settings'));