diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-26 15:27:13 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-26 15:27:13 -0400 |
commit | 74b08bff53b614a0d3da56e848940cd3e9ca70ce (patch) | |
tree | 56c61fb40dad408733d458ba92ea8fb6645ea607 /db/notice_source.sql | |
parent | 1306deff3897af447a5d9e94fc17dab114664bcf (diff) |
Added AgentSolo.com
Diffstat (limited to 'db/notice_source.sql')
-rw-r--r-- | db/notice_source.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/notice_source.sql b/db/notice_source.sql index a22967b1b..ac73d3d13 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -2,6 +2,7 @@ INSERT INTO notice_source (code, name, url, created) VALUES ('adium', 'Adium', 'http://www.adiumx.com/', now()), + ('AgentSolo.com','AgentSolo.com','http://www.agentsolo.com/', now()), ('betwittered','BeTwittered','http://www.32hours.com/betwitteredinfo/', now()), ('bti','bti','http://gregkh.github.com/bti/', now()), ('cliqset', 'Cliqset', 'http://www.cliqset.com/', now()), |