Commit bdc5a2d7 authored by Frank Bergmann's avatar Frank Bergmann

- set public_p 0, for some reason that fixes an error condition

parent 8bd869b0
......@@ -11,7 +11,7 @@ if {![info exists package_key]} {
@cvs-id $Id$
} {
{ version_id "" }
{ public_p:boolean "" }
{ public_p:boolean 0 }
{ kind:word "procs_files" }
{ about_package_key:token ""}
} -properties {
......@@ -28,7 +28,7 @@ if {![info exists package_key]} {
}
} else {
set kind "all"
set public_p ""
set public_p 0
set about_package_key ""
}
......@@ -48,6 +48,7 @@ set url "/api-doc"
set public_p [::apidoc::set_public $version_id $public_p]
db_0or1row pretty_name_from_package_id {
select pretty_name, package_key, version_name
from apm_package_version_info
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment