Changeset 143 for trunk/bin


Ignore:
Timestamp:
Jun 4, 2006 12:14:22 AM (18 years ago)
Author:
scdev
Message:

Q - global comments formatting change

Location:
trunk/bin/module_maker
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/module.cli.php

    r136 r143  
    5050
    5151
    52 /******************************************************************************
    53  * CONFIG
    54  *****************************************************************************/
     52/********************************************************************
     53* CONFIG
     54********************************************************************/
    5555
    5656// Where deleted files go:
     
    100100
    101101
    102 /******************************************************************************
    103  * PREPROCESSING
    104  *****************************************************************************/
     102/********************************************************************
     103* PREPROCESSING
     104********************************************************************/
    105105
    106106// Ensure skel files exist.
     
    532532
    533533
    534 /******************************************************************************
    535  * FUNCTIONS
    536  *****************************************************************************/
     534/********************************************************************
     535* FUNCTIONS
     536********************************************************************/
    537537
    538538function trashFile($file_path_name)
  • trunk/bin/module_maker/skel/admin.php

    r141 r143  
    2323%ADMIN_UPLOAD_INCLUDE%
    2424
    25 /******************************************************************************
    26  * CONFIG
    27  *****************************************************************************/
     25/********************************************************************
     26* CONFIG
     27********************************************************************/
    2828
    2929// Titles and navigation header.
     
    4646$app->carryQuery('filter_<##>');
    4747%ADMIN_UPLOAD_CONFIG%
    48 /******************************************************************************
    49  * MAIN
    50  *****************************************************************************/
     48/********************************************************************
     49* MAIN
     50********************************************************************/
    5151 %ADMIN_UPLOAD_INIT%
    5252// We may want to use the add/edit interface from another script, so this
     
    184184include 'footer.ihtml';
    185185
    186 /******************************************************************************
    187  * FUNCTIONS
    188  *****************************************************************************/
     186/********************************************************************
     187* FUNCTIONS
     188********************************************************************/
    189189
    190190%FORM_VALIDATION%
  • trunk/bin/module_maker/skel/public.php

    r136 r143  
    2727%SORT_ORDER%
    2828
    29 /******************************************************************************
    30  * MAIN
    31  *****************************************************************************/
     29/********************************************************************
     30* MAIN
     31********************************************************************/
    3232
    3333if (getFormData('%PRIMARY_KEY%', false)) {
Note: See TracChangeset for help on using the changeset viewer.