/[drupal]/contributions/modules/biblio/biblio_theme.inc
ViewVC logotype

Diff of /contributions/modules/biblio/biblio_theme.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.25, Wed Jan 28 22:08:10 2009 UTC revision 1.26, Sun Feb 1 00:11:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: biblio_theme.inc,v 1.24 2009/01/27 23:05:29 rhaschke Exp $  // $Id: biblio_theme.inc,v 1.25 2009/01/28 22:08:10 rjerome Exp $
3  /**  /**
4   *   *
5   *   Copyright (C) 2006-2008  Ron Jerome   *   Copyright (C) 2006-2008  Ron Jerome
# Line 400  function theme_biblio_form_filter(& $for Line 400  function theme_biblio_form_filter(& $for
400   * @return unknown_type   * @return unknown_type
401   */   */
402  function theme_biblio_admin_types_edit_form($form) {  function theme_biblio_admin_types_edit_form($form) {
403    drupal_add_tabledrag('field-table', 'order', 'sibling', 'weight', array('hidden' => false));    drupal_add_tabledrag('field-table', 'order', 'sibling', 'weight',NULL,NULL,false);
404    
405    $base = variable_get('biblio_base', 'biblio');    $base = variable_get('biblio_base', 'biblio');
406    $tid = (!empty ($form['#parameters'][2])) ? $form['#parameters'][2] : FALSE;    $tid = (!empty ($form['#parameters'][2])) ? $form['#parameters'][2] : FALSE;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.2