Parent Directory
|
Revision Log
|
Patch
| revision 658 by hertzog, Thu Oct 2 17:44:33 2003 UTC | revision 659 by hertzog, Wed Nov 12 17:33:59 2003 UTC | |
|---|---|---|
| # | Line 203 while 1: | Line 203 while 1: |
| 203 | root_elt.appendChild(elt) | root_elt.appendChild(elt) |
| 204 | root_elt.setAttribute("watch", "yes") | root_elt.setAttribute("watch", "yes") |
| 205 | watch_sig = new | watch_sig = new |
| 206 | if warn != '': | |
| 207 | watch_sig = watch_sig + ("/W%d" % len(warn)) | |
| 208 | if url != '': | |
| 209 | watch_sig = watch_sig + ("/U%d" % len(url)) | |
| 210 | else: | else: |
| 211 | root_elt.setAttribute("watch", "no") | root_elt.setAttribute("watch", "no") |
| 212 | watch_sig = "n" | watch_sig = "n" |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |