Fix echappement quot

This commit is contained in:
Laurent Destailleur 2005-09-17 13:06:56 +00:00
parent 7dce03bf7d
commit 98580c1ba6

View File

@ -19,7 +19,6 @@
*
* $Id$
* $Source$
*
*/
/**
@ -259,7 +258,7 @@ if ($_GET["action"] == 'create' or $_GET["action"] == 'copy')
if ($_GET["socid"] == $obj->idp)
{
print '" selected=\"true\">'.$obj->nom.'</option>';
print '" selected="true">'.$obj->nom.'</option>';
}
else
{