[wiaflos-devel] COMMIT - r247 - trunk/wiaflos/server
svn at linuxrulz.org
svn at linuxrulz.org
Sun Nov 2 11:23:04 GMT 2008
Author: nkukard
Date: 2008-11-02 11:23:04 +0000 (Sun, 02 Nov 2008)
New Revision: 247
Modified:
trunk/wiaflos/server/GL.pm
Log:
* Small cosmetic change
Modified: trunk/wiaflos/server/GL.pm
===================================================================
--- trunk/wiaflos/server/GL.pm 2008-10-26 11:28:41 UTC (rev 246)
+++ trunk/wiaflos/server/GL.pm 2008-11-02 11:23:04 UTC (rev 247)
@@ -440,7 +440,7 @@
{
# Grab account list
my $accounts = getGLAccounts();
- if (ref $accounts ne "ARRAY") {
+ if (ref($accounts) ne "ARRAY") {
return $accounts;
}
More information about the wiaflos-devel
mailing list