[cvs-annodex] commit (/annodex): cmmlwiki/branches/diddl3/cgi/view.cgi

alexander nobody at lists.annodex.net
Fri Sep 23 12:25:13 EST 2005


Update of /annodex (new revision 1448)

Modified files:
   cmmlwiki/branches/diddl3/cgi/view.cgi

Log Message:
Removed one line too much before...


Modified: cmmlwiki/branches/diddl3/cgi/view.cgi
===================================================================
--- cmmlwiki/branches/diddl3/cgi/view.cgi	2005-09-23 02:20:41 UTC (rev 1447)
+++ cmmlwiki/branches/diddl3/cgi/view.cgi	2005-09-23 02:25:12 UTC (rev 1448)
@@ -24,6 +24,7 @@
     form = cgi.FieldStorage()
     try:
         id = form['id'].value
+        cmmlwiki.tracelog("ID FOUND")
     except KeyError:
         id = ""
     try:
@@ -31,9 +32,9 @@
     except KeyError:
         t = 0.0
 
+    path_info = os.getenv ('PATH_INFO')
     try:
         project_name = path_info[1:]
-        cmmlwiki.tracelog("PROject_name",project_name)
         ixp = cmmlwiki.name2ixp (project_name)
     except TypeError:
         ixp = -1


-- 
alexander



More information about the cvs-annodex mailing list