Update of /cvsroot/tslogparser/web/admin/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv955/admin/modules
Modified Files:
opts.mod.php
Log Message:
Update demo to v05 source
Index: opts.mod.php
===================================================================
RCS file: /cvsroot/tslogparser/web/admin/modules/opts.mod.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opts.mod.php 12 Jan 2005 15:49:04 -0000 1.1
+++ opts.mod.php 27 Jan 2005 10:37:52 -0000 1.2
@@ -139,7 +139,7 @@
/* Check the directory contains a coherent structure */
if ((!is_dir($path)) || (!is_dir($path."/conformance")))
{
- $parent->last_error="Directory '$path' does not contain a valid source tree.\n";
+ $parent->last_error="Directory '$path' does not contain a valid source tree -- check your archive format.\n";
return FALSE;
}
|