
01-05-2005, 12:08 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sweet2sweet2
usergroup.php on line 139 = 'shouthierarchy' => 5, 'shoutmaxdaily' =>0
// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>,
'shouthierarchy' => 5, 'shoutmaxdaily' =>0
);
}
print_table_header($vbphrase['add_new_usergroup']);
|
You are missing a comma on
PHP Code:
'uttstore_discount' => 0
|