Index: openacs-4/packages/acs-api-browser/www/package-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/package-view.tcl,v diff -u -N -r1.18.2.1 -r1.18.2.2 --- openacs-4/packages/acs-api-browser/www/package-view.tcl 10 Sep 2019 12:57:29 -0000 1.18.2.1 +++ openacs-4/packages/acs-api-browser/www/package-view.tcl 22 Nov 2019 16:44:48 -0000 1.18.2.2 @@ -120,7 +120,7 @@ set file_types [list data_model data_model_create data_model_drop data_model_upgrade] foreach path [apm_get_package_files -include_data_model_files -package_key $package_key -file_types $file_types] { # Set relative path to everything after sql/ (just using - # file tail breaks when you've got subdirs of sql) + # "file tail" breaks when you've got subdirs of "sql") regexp {^sql/(.*)} $path match relative_path multirow append sql_files $path $relative_path