a.binder пре 8 година
родитељ
комит
a6f2742150
1 измењених фајлова са 6 додато и 5 уклоњено
  1. 6 5
      SE/se-lib/Route/UrlAction/BiAuditGenerate.php

+ 6 - 5
SE/se-lib/Route/UrlAction/BiAuditGenerate.php

@@ -1863,7 +1863,7 @@ SQL;
 					$queries[] = "update `{$refTable}` set `A_STATUS` = 'WAITNG' where `A_STATUS` = 'NORMAL'";
 					$queries[] = "delete from `{$refTable}` where `TRANSACTION_ID` = '-1'";
 					$queries[] = " insert into `{$refTable}` (
-									  `PRIMARY_KEY`
+									  `PRIMARY_KEY` ,
 									  `REMOTE_PRIMARY_KEY`
 									) 
 									 select 
@@ -2068,10 +2068,11 @@ class BiAuditRelations {
 				echo '\n
 				#2000 echo DEBUG found some records in REFs for table fromTable:'.$fromTable.' toTable:'.$toTable;
 			}
-		} else { error_log('\n
-			#2001 error DEBUG not found ref table fromTable:'.$fromTable.' toTable:'.$toTable);
-				 echo '\n
-				 #2001 echo DEBUG not found ref table fromTable:'.$fromTable.' toTable:'.$toTable ;
+		} else { 
+		//error_log('\n
+		//	#2001 error DEBUG not found ref table fromTable:'.$fromTable.' toTable:'.$toTable);
+		//		 echo '\n
+		//		 #2001 echo DEBUG not found ref table fromTable:'.$fromTable.' toTable:'.$toTable ;
 		}
 	}