Changeset 9226

Show
Ignore:
Timestamp:
03/15/10 21:21:08 (3 years ago)
Author:
p_lindheimer
Message:

syntax errors from last checking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/core/functions.inc.php

    r9217 r9226  
    12321232      // it is for detection with compatibility mode. We need to actually determine if chan_dahdi is present or not at this point 
    12331233      // 
    1234       if (!isset($chan_dahdi_loaded)
    1235         if ($ast_ge_14 && isset($astman) && $astman->connected()
     1234      if (!isset($chan_dahdi_loaded))
     1235        if ($ast_ge_14 && isset($astman) && $astman->connected())
    12361236          $response = $astman->send_request('Command', array('Command' => 'module show like chan_dahdi')); 
    12371237          $chan_dahdi_loaded = (preg_match('/1 modules loaded/', $response['data']) > 0);