diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-31 11:27:31 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-31 11:27:31 -0400 |
commit | 9676315b2eb2d888d9b7333c3f95a524a3e74712 (patch) | |
tree | 7aaa1b34624a667c3fac8f868aac8021957e94e6 /classes/stoica.ini | |
parent | 557f56a4a74e41d4b5c1e09e9eb2465529724c3f (diff) |
extend length of source for notices
darcs-hash:20080731152731-84dde-dc6bf652c38ae9a52950e65d7cb310f870a70640.gz
Diffstat (limited to 'classes/stoica.ini')
-rw-r--r-- | classes/stoica.ini | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/classes/stoica.ini b/classes/stoica.ini index dd72fc388..3f75f369e 100644 --- a/classes/stoica.ini +++ b/classes/stoica.ini @@ -67,15 +67,6 @@ source = 2 [notice__keys] id = N -[notice_tag] -tag = 130 -notice_id = 129 -created = 142 - -[notice_tag__keys] -tag = K -notice_id = K - [notice_source] code = 130 name = 130 @@ -86,6 +77,15 @@ modified = 384 [notice_source__keys] code = K +[notice_tag] +tag = 130 +notice_id = 129 +created = 142 + +[notice_tag__keys] +tag = K +notice_id = K + [profile] id = 129 nickname = 130 |