Drizzle dbi - segfault suddenly disappeared from there so use proper code

This commit is contained in:
Piotr Przybylski 2011-07-30 21:51:14 +02:00
parent c7dd3244c6
commit 7bc8d8348d

View File

@ -285,9 +285,7 @@ function PMA_DBI_get_proto_info($link = null)
}
}
// this segfaults...
//return $link->protocolVersion();
return drizzle_con_protocol_version($link->getConnectionObject());
return $link->protocolVersion();
}
/**