diff options
Diffstat (limited to 'pspice_to_kicad.module')
-rwxr-xr-x | pspice_to_kicad.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pspice_to_kicad.module b/pspice_to_kicad.module index 34152fe..eef6744 100755 --- a/pspice_to_kicad.module +++ b/pspice_to_kicad.module @@ -200,7 +200,7 @@ function get_directory($uid, $fid) } return true; } -/* $flag= 1 is upload, $flag=2 is for convert */ +/* $flag= 1,3 is upload, $flag=2,4 is for convert */ function get_directory_path($uid, $fid, $flag) { $upload_root_path = pspice_to_kicad_directroy_path(); |