[pLog-svn] r4509 - plugins/trunk/authimage

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jan 4 23:33:55 GMT 2007


Author: oscar
Date: 2007-01-04 23:33:55 +0000 (Thu, 04 Jan 2007)
New Revision: 4509

Modified:
   plugins/trunk/authimage/pluginauthimage.class.php
Log:
Removed a field that was placed there as a test.

Modified: plugins/trunk/authimage/pluginauthimage.class.php
===================================================================
--- plugins/trunk/authimage/pluginauthimage.class.php	2007-01-04 23:23:42 UTC (rev 4508)
+++ plugins/trunk/authimage/pluginauthimage.class.php	2007-01-04 23:33:55 UTC (rev 4509)
@@ -180,8 +180,7 @@
 				Array( "name" => "plugin_authimage_enabled", "type" => "boolean" ),
 				Array( "name" => "plugin_authimage_length", "validator" => new IntegerValidator(), "type" => "integer" ),
 				Array( "name" => "plugin_authimage_key", "validator" => new StringValidator(), "type" => "string" ),
-				Array( "name" => "plugin_authimage_test_dropdown", "type" => "list", "options" => Array( "1" => "option 1", "2" => "option 2", "3" => "option 3" )),
-				Array( "name" => "plugin_authimage_test_textarea", "type" => "text", "validator" => new StringValidator())
+				Array( "name" => "plugin_authimage_test_dropdown", "type" => "list", "options" => Array( "1" => "option 1", "2" => "option 2", "3" => "option 3" ))
 			));
 		}
     }



More information about the pLog-svn mailing list