a.binder hace 10 años
padre
commit
1ef1ba9bc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SE/se-lib/Przypomnij.php

+ 1 - 1
SE/se-lib/Przypomnij.php

@@ -169,7 +169,7 @@ class Przypomnij {
 				, probl.A_PROBLEM_DESC
 
 			from `PROBLEMS` as probl
-			where proj.`A_STATUS` NOT IN ('OFF_HARD','DELETED')
+			where probl.`A_STATUS` NOT IN ('OFF_HARD','DELETED')
 				{$sqlAclFltrProblems}
 		";
 		$res = $db->query($sql);