Changeset 1697

Show
Ignore:
Timestamp:
08/25/08 17:50:11 (3 months ago)
Author:
momo-i
Message:

parse error fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test.php

    r1670 r1697  
    4747 
    4848                // On every load of the config file check and see if it's working now 
    49                 if (count(parse_ini_file($configfile)) { 
     49                if (count(parse_ini_file($configfile))) { 
    5050                        require_once $prefix . '/templates/show_test.inc.php';  
    5151                        break;