Correct "script" tag... just in case...

SVN:code[172]
This commit is contained in:
Denis Flaven
2009-09-16 16:09:46 +00:00
parent 96e2732015
commit d809170a51

View File

@@ -360,7 +360,7 @@ switch($operation)
$id = ''; $id = '';
$oObj = MetaModel::NewObject($sClass); $oObj = MetaModel::NewObject($sClass);
} }
$oP->add("<script> $oP->add("<script type=\"text/javascript\">
// Fill the map between the fields of the form and the attributes of the object\n"); // Fill the map between the fields of the form and the attributes of the object\n");
$aNewFieldsMap = array(); $aNewFieldsMap = array();