Show
Ignore:
Timestamp:
02/26/2008 05:42:45 AM (9 months ago)
Author:
Geert
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Database/Mysqli.php

    r1931 r2171  
    4747 
    4848                // Build the connection info 
    49                 $host = (isset($host)) ? $host : $socket; 
     49                $host = isset($host) ? $host : $socket; 
    5050 
    5151                // Make the connection and select the database