/[drupal]/contributions/modules/createcontentblock/createcontentblock.module
ViewVC logotype

Diff of /contributions/modules/createcontentblock/createcontentblock.module

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

revision 1.1.2.6, Wed Dec 19 00:14:56 2007 UTC revision 1.1.2.7, Thu Feb 21 20:29:09 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: createcontentblock.module,v 1.1.2.5 2007/12/19 00:09:27 douggreen Exp $  // $Id: createcontentblock.module,v 1.1.2.6 2007/12/19 00:14:56 douggreen Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 95  function createcontentblock_form_init() Line 95  function createcontentblock_form_init()
95        }        }
96        if (isset($name)) {        if (isset($name)) {
97          $init['options'][$type->type] = $name;          $init['options'][$type->type] = $name;
98            asort($init['options']);
99        }        }
100      }      }
101    }    }

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

  ViewVC Help
Powered by ViewVC 1.1.2