Changeset 13843


Ignore:
Timestamp:
2007-02-01T11:40:18+13:00 (17 years ago)
Author:
kjdon
Message:

still trying to fix up gs2 links. but giving up now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/bin/script/convert_coll_from_gs2.pl

    r13836 r13843  
    538538    $value =~ s/\\\"/\"/g;
    539539    # replace _httpprefix_ with _httpsite_
    540     $value =~ s/_httpprefix_/_httpsite_/;
    541     $value =~ s/_gwcgi_//;
    542     $value =~ s/[a-z][a-z]?=_cgiarg[a-z][a-z]?_&?//;
     540    $value =~ s/_httpprefix_/_httpsite_/g;
     541    $value =~ s/_gwcgi_//g;
     542    $value =~ s/[a-z][a-z]?=_cgiarg[a-z][a-z]?_&?//g;
     543    $value =~ s/&p=/&sa=/g;
    543544    return $value;
    544545}
Note: See TracChangeset for help on using the changeset viewer.