Update of /cvsroot/basedb/basedb/include/web
In directory sc8-pr-cvs1:/tmp/cvs-serv17896/include/web
Modified Files:
links_common.inc.php
Log Message:
Added image set list and fixed ware links
Index: links_common.inc.php
===================================================================
RCS file: /cvsroot/basedb/basedb/include/web/links_common.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** links_common.inc.php 3 Feb 2003 08:54:11 -0000 1.13
--- links_common.inc.php 13 Feb 2003 08:47:47 -0000 1.14
***************
*** 295,299 ****
return html($arr["${type}ware"]).remMark($arr["${type}wareRemoved"]);
return "<a ".href("ware_edit.phtml?i_type=$type&i_w=".
! (int)$arr["featureSoftware"], 2).">".
html($arr["${type}ware"])."</a>".remMark($arr["${type}wareRemoved"]);
}
--- 295,299 ----
return html($arr["${type}ware"]).remMark($arr["${type}wareRemoved"]);
return "<a ".href("ware_edit.phtml?i_type=$type&i_w=".
! (int)$arr[$type == "soft" ? "featureSoftware" : "scanner"], 2).">".
html($arr["${type}ware"])."</a>".remMark($arr["${type}wareRemoved"]);
}
|