Ignore:
Timestamp:
Jun 28, 2006, 11:33:35 PM (18 years ago)
Author:
rub
Message:

Issue ID 0000429:
Fix Line too long cf coding convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r1410 r1412  
    191191if (defined('IN_ADMIN') and IN_ADMIN)
    192192{
    193   list($user['template'], $user['theme']) = explode('/', isset($conf['default_admin_layout']) ? $conf['default_admin_layout'] : $user['template']);
     193  list($user['template'], $user['theme']) =
     194    explode
     195    (
     196      '/',
     197      isset($conf['default_admin_layout']) ? $conf['default_admin_layout']
     198                                           : $user['template']
     199    );
    194200// TODO : replace $conf['admin_layout'] by $user['admin_layout']
    195201}
Note: See TracChangeset for help on using the changeset viewer.