--- nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 04:15:01 1.23 +++ nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 04:49:25 1.24 @@ -21,9 +21,12 @@ * Cvs-Log: * *
- * $Id: Locator.php,v 1.23 2003/03/11 04:15:01 joko Exp $
+ * $Id: Locator.php,v 1.24 2003/03/11 04:49:25 joko Exp $
  *
  * $Log: Locator.php,v $
+ * Revision 1.24  2003/03/11 04:49:25  joko
+ * + fixed metadata for phpDocumentor
+ *
  * Revision 1.23  2003/03/11 04:15:01  joko
  * + fixed metadata for phpDocumentor
  *
@@ -139,7 +142,7 @@
  * 
  *    // 1. for doing rpc-calls....
  *    $locator = array(
- *      datasource_type => 'rpc',
+ *      datasource_type =>> 'rpc',
  *      [adapter_type => 'phpHtmlLib',]
  *      metadata => array( Host => 'localhost', Port => '8765' ),
  *    );