[Bug fixes - "open asset" is dorky text. Was saving path instead of URL into the fieldname
tom@wwworldmedia.com**20051105170959] {
hunk ./GangplankEdit.php 511
- $html .= "Open asset
";
+ $html .= "Open/View uploaded file
";
hunk ./GangplankEdit.php 559
- //$out_url = $uploaded_img_url . $fn;
- $out_url = $uploaded_img_path . $fn;
+ $out_url = $uploaded_img_url . $fn;
}