Ignore:
Timestamp:
May 7, 2010, 2:35:43 AM (14 years ago)
Author:
plg
Message:

constants should not contain - but _

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/c13y_internal.class.php

    r5559 r6091  
    4848    $check_list[] = array('type' => $conf['dblayer'],
    4949                          'current' => $db_version,
    50                           'required' => constant('REQUIRED_'.strtoupper($conf['dblayer']).'_VERSION')
     50                          'required' => constant('REQUIRED_'.str_replace('-', '_', strtoupper($conf['dblayer'])).'_VERSION')
    5151                          );
    5252
Note: See TracChangeset for help on using the changeset viewer.