Diff
Not logged in

Differences From:

File src/info.c part of check-in [766bec08ce] - Documentation tweaks. Change the "Setup" menu title to "Admin". Added pages under Admin to view the RCVFROM table of the database. by drh on 2009-01-25 19:18:09. [view]

To:

File src/info.c part of check-in [9c89b0e0f1] - Add explanatory text to the top of the rcvfromlist webpage. The info page for the root check-in now knows how to redirect to vinfo. by drh on 2009-01-25 19:47:38. [view]

@@ -1154,8 +1154,11 @@
                 " WHERE rid=%d AND tagname LIKE 'tkt-%%'", rid) ){
     tinfo_page();
   }else
   if( db_exists("SELECT 1 FROM plink WHERE cid=%d", rid) ){
+    vinfo_page();
+  }else
+  if( db_exists("SELECT 1 FROM plink WHERE pid=%d", rid) ){
     vinfo_page();
   }else
   {
     artifact_page();