1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 09:04:24 +02:00
This commit is contained in:
David Grudl
2010-02-24 07:33:16 +01:00
parent dbe79ae57b
commit 0b9562497f
13 changed files with 30 additions and 33 deletions

View File

@@ -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));
}
}