Fossil

Diff
Login

Diff

Differences From Artifact [4c3022db3d]:

To Artifact [33ea0b2035]:


311
312
313
314
315
316
317
318
319
320
321
322
323
324
325


/*
** Create the TH1 interpreter and load the "common" code.
*/
void ticket_init(void){
  const char *zConfig;
  Th_FossilInit(0, 0); /* Make sure TH1 is ready. */
  zConfig = ticket_common_code();
  Th_Eval(g.interp, 0, zConfig, -1);
}

/*
** Recreate the TICKET and TICKETCHNG tables.
*/







|







311
312
313
314
315
316
317
318
319
320
321
322
323
324
325


/*
** Create the TH1 interpreter and load the "common" code.
*/
void ticket_init(void){
  const char *zConfig;
  Th_FossilInit(0, 0);
  zConfig = ticket_common_code();
  Th_Eval(g.interp, 0, zConfig, -1);
}

/*
** Recreate the TICKET and TICKETCHNG tables.
*/