Parent Directory
|
Revision Log
|
Revision Graph
|
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(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |