From 135219ef8aea9ec1524280fe3486b5578caa9110 Mon Sep 17 00:00:00 2001 From: mattc-catalyst Date: Mon, 20 Aug 2007 22:18:49 +0000 Subject: [PATCH] MDL-10919: mod/database - fix SQL error caused by invalid groupid --- mod/data/edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/data/edit.php b/mod/data/edit.php index ff75585594..eb1e791876 100755 --- a/mod/data/edit.php +++ b/mod/data/edit.php @@ -135,6 +135,7 @@ } else { $groupselect = ""; $groupparam = ""; + $currentgroup = 0; } /// Print the tabs -- 2.39.5