Fossil

Diff
Login

Differences From Artifact [7366cc2294]:

To Artifact [9cfd66ec19]:


341
342
343
344
345
346
347
348


349
350
351
352
353
354
355
341
342
343
344
345
346
347

348
349
350
351
352
353
354
355
356







-
+
+







  }
  fflush(g.httpOut);
  CGIDEBUG(("DONE\n"));

  /* After the webpage has been sent, do any useful background
  ** processing.
  */
  if( g.db!=0 && sqlite3_total_changes(g.db)>0 ){
  if( g.db!=0 && db_repository_has_changed() ){
    if( g.fAnyTrace ) fprintf(stderr, "-- repository changes have occurred\n");
    backoffice_run();
  }
}

/*
** Do a redirect request to the URL given in the argument.
**