Синхронизировал частично с CMS2
This commit is contained in:
parent
6b412f5d6f
commit
f2938b1353
30 changed files with 1447 additions and 1099 deletions
|
|
@ -12,7 +12,7 @@ class Numbers
|
|||
return $i;
|
||||
}
|
||||
|
||||
static function prefix($prefix, array $array)
|
||||
static function prefix($prefix, array $array, $key = false)
|
||||
{
|
||||
$result = array();
|
||||
for ($i = 0; $i < count($array); $i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue