=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/support.awk,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** www/Attic/support.awk 1999/09/23 21:54:57 1.4 --- www/Attic/support.awk 1999/09/30 18:43:33 1.5 *************** *** 27,50 **** next; } ! $1 == "C" { country = substr($0, 2); if (country != oldCountry) { print "" country "" } oldCountry = country next } ! $1 == "P" { prov = substr($0, 2); next } ! $1 == "T" { city = substr($0, 2); next } ! $1 == "A" { addr = substr($0, 2); next } ! $1 == "Z" { zip = substr($0, 2); next } ! $1 == "O" { org = substr($0, 2); next } ! $1 == "I" { indv = substr($0, 2); next } ! $1 == "B" { phone = substr($0, 2); next } ! $1 == "F" { fax = substr($0, 2); next } ! $1 == "M" { email = substr($0, 2); next } ! $1 == "U" { url = substr($0, 2); next } ! $1 == "N" { note = substr($0, 2); next } # left over - must be part of note? { --- 27,50 ---- next; } ! $1 == "C" { country = substr($0, 3); if (country != oldCountry) { print "" country "" } oldCountry = country next } ! $1 == "P" { prov = substr($0, 3); next } ! $1 == "T" { city = substr($0, 3); next } ! $1 == "A" { addr = substr($0, 3); next } ! $1 == "Z" { zip = substr($0, 3); next } ! $1 == "O" { org = substr($0, 3); next } ! $1 == "I" { indv = substr($0, 3); next } ! $1 == "B" { phone = substr($0, 3); next } ! $1 == "F" { fax = substr($0, 3); next } ! $1 == "M" { email = substr($0, 3); next } ! $1 == "U" { url = substr($0, 3); next } ! $1 == "N" { note = substr($0, 3); next } # left over - must be part of note? {