a.binder 10 年 前
コミット
1ef1ba9bc6
1 ファイル変更1 行追加1 行削除
  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);