Quantcast
Channel: GSAK Forum
Viewing all articles
Browse latest Browse all 75619

CopyFindNumberFromLogs by Kai Team - 2013-09-04

$
0
0
Nope, just replace the first bit of code shown above with the following:

GSK
#*******************************************
# MacDescription =Update User Data with %count from publish logs
# MacFileName =FindNumtoUserData.gsk
# MacAuthor = Kai Team
# MacVersion=1.0
#*******************************************
IF Seek($_PublishCode)
  $Found = sqlite("sql","select g_FoundLog(Ltype) from LogsAll where rowid = $_PublishId2","")
  IF $Found = "1"
      $Count=PublishTags("%count")
      TRANSACTION Action=Begin
      $d_UserData=$Count
      TRANSACTION Action=End
 ENDIF
ENDIF

This is necessary as a result of a change in GSAK 8.3.1.35 (#3 in the release post here) - i.e. we now have to explicitly add the TRANSACTION lines. smile.gif

Viewing all articles
Browse latest Browse all 75619

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>