From: Emmanuel S. <se...@us...> - 2004-12-15 13:06:41
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/create In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18697/default/bug/create Modified Files: create.html.tmpl Log Message: deuxieme partie de la migration 2.18rc2 -> 2.18rc3 Index: create.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/create/create.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** create.html.tmpl 9 Dec 2004 23:16:15 -0000 1.5 --- create.html.tmpl 15 Dec 2004 13:06:24 -0000 1.6 *************** *** 46,50 **** // with the default component owner. var form = document.Create; ! assigned_to = form.assigned_to.value var index = -1; if (form.component.type == 'select-one') { --- 46,50 ---- // with the default component owner. var form = document.Create; ! var assigned_to = form.assigned_to.value var index = -1; if (form.component.type == 'select-one') { |