+ Replaced name function from array_push_associative to array_push_assoc
+ Rewrited posting.php git-svn-id: https://svn.pioder.pl/uf-svn/uF@32 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -465,7 +465,7 @@ function TriggerStats($id, $type)
|
||||
UpdateConfigPosts();
|
||||
}
|
||||
|
||||
function array_push_associative(&$arr)
|
||||
function array_push_assoc(&$arr)
|
||||
{
|
||||
$ret = '';
|
||||
$args = func_get_args();
|
||||
|
||||
Reference in New Issue
Block a user