Fossil

Diff
Login

Differences From Artifact [bb6c6f7abc]:

To Artifact [9c704eb6be]:


226
227
228
229
230
231
232

233
234
235
236
237
238
239
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240







+







    @ </pre>
  }
  zFullId = db_text(0, "SELECT SUBSTR(tagname,7)"
                       "  FROM tag"
                       " WHERE tagname GLOB 'event-%q*'",
                    zId);
  attachment_list(zFullId, "<hr /><h2>Attachments:</h2><ul>");
  document_emit_js();
  style_footer();
  manifest_destroy(pTNote);
}

/*
** Add or update a new tech note to the repository.  rid is id of
** the prior version of this technote, if any.