Index: openacs-4/packages/acs-core-docs/www/sql/display-sql.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/sql/display-sql.tcl,v diff -u -N -r1.5 -r1.5.10.1 --- openacs-4/packages/acs-core-docs/www/sql/display-sql.tcl 10 Jan 2007 21:22:03 -0000 1.5 +++ openacs-4/packages/acs-core-docs/www/sql/display-sql.tcl 9 Sep 2013 16:44:18 -0000 1.5.10.1 @@ -48,7 +48,7 @@ set files [glob -nocomplain "[acs_package_root_dir $package_key]/sql/*/$url" "[acs_package_root_dir $package_key]/sql/$url"] foreach f $files { regexp {([^/]*)/([^/]*)$} $f match db url - append text "
  • $db
  • " + append text "
  • $db
  • " } if {$files eq ""} { append text "
  • No sql file found."