minor change in new-grid-update

parent eeb80e95
......@@ -100,7 +100,7 @@ BEGIN
SET LID = LAST_INSERT_ID();
-- Esta nueva escena es siempre hija de algun pictograma, lo busco para asociarlo a dicha escena
SELECT id_pic FROM picto_exp WHERE `text` = _grid_name COLLATE utf8_general_ci AND LANG = 'es-es' INTO _id_pic;
SELECT id_pic FROM picto_exp WHERE `text` = _grid_name COLLATE utf8_general_ci AND lang = 'es-es' INTO _id_pic;
SELECT id FROM stu_picto WHERE id_pic = _id_pic AND id_stu = _id_stu AND id_child_grid IS NULL LIMIT 1 INTO _id_parent_picto;
-- Actualizo id_child_grid para el pictograma padre
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment