Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv11661
Modified Files:
File.pm
Log Message:
well, now it returns the info instead of just gathering it
Index: File.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- File.pm 2001/10/09 17:41:39 1.5
+++ File.pm 2001/10/09 17:42:08 1.6
@@ -40,5 +40,6 @@
'file_type' => $file_type,
};
-
+
+ return %info;
}
|