Log in with username/password: lyceum/lyceum

Changeset 1230

Show
Ignore:
Timestamp:
10/15/07 17:01:43 (7 months ago)
Author:
jjb
Message:

fixing link insertion bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/src/lyceum/wp-admin/link-categories.php

    r1183 r1230  
    7575 
    7676      $wpdb->query("INSERT INTO $wpdb->linkcategories (cat_id, cat_name, auto_toggle, show_images, show_description, \n" . 
    77              " show_rating, show_updated, sort_order, sort_desc, text_before_link, text_after_link, text_after_all, list_limit) \n" . 
     77             " show_rating, show_updated, sort_order, sort_desc, text_before_link, text_after_link, text_after_all, list_limit, blog) \n" . 
    7878             " VALUES ('0', '$cat_name', '$auto_toggle', '$show_images', '$show_description', \n" . 
    7979             " '$show_rating', '$show_updated', '$sort_order', '$sort_desc', '$text_before_link', '$text_after_link', \n" . 
    80              " '$text_after_all', $list_limit)"); 
     80             " '$text_after_all', $list_limit, '$blog')"); 
    8181 
    8282      wp_redirect('link-categories.php'); 
Log in with username/password: lyceum/lyceum