chiark / gitweb /
Oops, forgot to commit. Lots of faffing arround with graphs, graphs will be added...
[familyTree.git] / cgiFiles / person.py
old mode 100644 (file)
new mode 100755 (executable)
index 32d3807..fb0a08c
@@ -23,6 +23,7 @@ result = re.match('^[0-9]{1,3}$', str(ID))
 if result == None:
        everyPage.bad()
 else:   
+
        printMe  = askQuestion.person_info(ID,'<br>')
        if len(printMe)<10:
                printMe =  'sorry, no data <br>'
@@ -31,6 +32,5 @@ else:
                printMe = printMe + '<br>' + url
 
        everyPage.good(printMe)
-
-
+       
 everyPage.bottom(conn)