Changeset 432 for trunk/bin


Ignore:
Timestamp:
Nov 2, 2013 11:44:56 PM (11 years ago)
Author:
anonymous
Message:

Removed all usage of 'user_type' from admin management; minor update to module maker.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/_config.inc.php

    r396 r432  
    3939}
    4040
    41 // Set include path.
    42 ini_set('include_path',
    43       PATH_SEPARATOR . '/usr/lib/php'
    44     . PATH_SEPARATOR . COMMON_BASE
    45 );
     41// Set include path for all templates and libraries.
     42ini_set('include_path', join(PATH_SEPARATOR, array(
     43    COMMON_BASE,
     44    get_include_path(),
     45)));
    4646
    4747// Include core libraries.
Note: See TracChangeset for help on using the changeset viewer.