mirror of
https://github.com/dg/dibi.git
synced 2025-08-12 09:04:24 +02:00
typos
This commit is contained in:
@@ -466,12 +466,3 @@ class DibiFluent extends DibiObject implements IDataSource
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// PHP < 5.2 compatibility
|
||||
if (!function_exists('array_fill_keys')) {
|
||||
function array_fill_keys($keys, $value)
|
||||
{
|
||||
return array_combine($keys, array_fill(0, count($keys), $value));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user