Fixed issue #90.
This commit is contained in:
parent
16d32b92c2
commit
f587f9c791
@ -172,6 +172,7 @@ Class AdminGroup extends CoordinationObj
|
|||||||
/* Pour le nom de l'objet... */
|
/* Pour le nom de l'objet... */
|
||||||
// while (list($key, $val) = each($_POST)) {
|
// while (list($key, $val) = each($_POST)) {
|
||||||
foreach($_POST as $key => $val)
|
foreach($_POST as $key => $val)
|
||||||
|
{
|
||||||
if (!(strpos($key, "nameLanguage")===false)) // on a trouvé un nom pour une langue
|
if (!(strpos($key, "nameLanguage")===false)) // on a trouvé un nom pour une langue
|
||||||
{
|
{
|
||||||
if ( $val!="" )
|
if ( $val!="" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user