Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9642
Modified Files:
SqlResult.php
Log Message:
prevent SqlResult.ini from being imported
Index: SqlResult.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/SqlResult.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -2 -b -p -d -r1.5 -r1.6
--- SqlResult.php 24 Sep 2004 18:50:46 -0000 1.5
+++ SqlResult.php 27 Feb 2005 12:24:25 -0000 1.6
@@ -89,5 +89,5 @@ extends WikiPlugin
function getDsn($alias) {
- $ini = parse_ini_file(FindFile("lib/plugin/SqlResult.ini"));
+ $ini = parse_ini_file(FindFile("config/SqlResult.ini"));
return $ini[$alias];
}
@@ -221,4 +221,7 @@ extends WikiPlugin
// $Log$
+// Revision 1.6 2005/02/27 12:24:25 rurban
+// prevent SqlResult.ini from being imported
+//
// Revision 1.5 2004/09/24 18:50:46 rurban
// fix paging of SqlResult
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|
|