Ignore:
Timestamp:
Oct 1, 2010, 11:11:19 PM (14 years ago)
Author:
LucMorizur
Message:

Small corrections in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/config.inc.php

    r7067 r7068  
    7979// Sends configuration values to the template, described per key
    8080$ec_conf2 = array(); $i = 0;
    81 foreach ($ec_conf_possible_values as $k => $v) { $ec_conf2[$k] = $ec_conf[$i]; $i++; }
     81foreach ($ec_conf_possible_values as $k => $v)
     82 { $ec_conf2[$k] = $ec_conf[$i]; $i++; }
    8283$template->assign('ec_conf', $ec_conf2);
    8384$template->assign('ec_help_banner1', l10n('ec_help_banner1_config'));
Note: See TracChangeset for help on using the changeset viewer.