Nope, just replace the first bit of code shown above with the following:
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.
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.
