/[drupal]/contributions/modules/tablemanager/includes/tables.inc
ViewVC logotype

Diff of /contributions/modules/tablemanager/includes/tables.inc

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

revision 1.1.2.1, Tue Apr 15 21:01:03 2008 UTC revision 1.1.2.2, Sat Aug 22 19:13:08 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: tables.inc,v 1.1.2.1 2008/04/15 21:01:03 pobster Exp $
3    
4  /**  /**
5   * Main multipart form function.   * Main multipart form function.
6   */   */
7  function tablemanager_table_add($form_state = array()) {  function tablemanager_table_add($form_state) {
8    switch ($form_state['storage']['op']) {    switch ($form_state['storage']['op']) {
9      default:      default:
10        return tablemanager_table_add_step_one();        return tablemanager_table_add_step_one();

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2