projects
/
JIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c092ab
)
fixed bug 0000012
author
foldericon
<foldericon@gmail.com>
Sun, 4 Nov 2012 09:36:24 +0000
(10:36 +0100)
committer
foldericon
<foldericon@gmail.com>
Sun, 4 Nov 2012 09:36:24 +0000
(10:36 +0100)
public/classes.js
patch
|
blob
|
blame
|
history
diff --git
a/public/classes.js
b/public/classes.js
index 4f88c8bce00b5eee64c68f21a3226b5c4135d1c8..45afd1e350805ce797971672db581ecb7ce349ec 100644
(file)
--- a/
public/classes.js
+++ b/
public/classes.js
@@
-870,7
+870,7
@@
var Utf8 = {
objUser.username = arrV[2];
objUser.host = arrV[3];
objUser.realname = arrV[8];
- objUser.pref = arrV[6].substring(1);
+ objUser.pref = arrV[6].substring(1)
.substring(0,1)
;
objUser.status = arrV[6].substring(0,1);
users.push(objUser);
}