trac31 pg support, fixing 2tu typo, set ur1.ca as default service

darcs-hash:20081113152718-099f7-42b60d02395f016c54c5f3c301f9dbe987c1283f.gz
This commit is contained in:
millette
2008-11-13 10:27:18 -05:00
parent 2a8a0c9399
commit 14f69f8d2e
4 changed files with 5 additions and 4 deletions

View File

@@ -770,7 +770,7 @@ function common_shorten_link($long_url) {
$short_url = $short_url_service->shorten($long_url);
break;
case '2tu.ru':
case '2tu.us':
$short_url_service = new TightUrl;
$short_url = $short_url_service->shorten($long_url);
break;