--- sites/all/modules/filefield_paths/filefield_paths.module	2009-08-02 19:22:33.000000000 -0400
+++ sites/all/modules/filefield_paths/filefield_paths_fixed.module	2009-10-26 13:03:25.444877700 -0400
@@ -14,6 +14,14 @@ function filefield_paths_filefield_paths
     'file_path' => array(
       'title' => 'File path',
       'sql' => 'filepath',
+      'form' => array(
+      'file_path' => array(
+           '#type' =>'textfield',
+           '#title' => t('File path'),
+           '#size' => 100,   // why doesn't this work ?
+           '#maxlength' => 600,
+        ),
+      ),
     ),
 
     'file_name' => array(
