Update of /cvsroot/basedb/basedb/www
In directory sc8-pr-cvs1:/tmp/cvs-serv9294/www
Modified Files:
spotinfo.phtml
Log Message:
added missing ()
Index: spotinfo.phtml
===================================================================
RCS file: /cvsroot/basedb/basedb/www/spotinfo.phtml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** spotinfo.phtml 22 Jan 2003 21:47:43 -0000 1.16
--- spotinfo.phtml 15 Feb 2003 12:39:01 -0000 1.17
***************
*** 33,36 ****
--- 33,37 ----
require_once("links_common.inc.php");
require_once("htmlinit.inc.php");
+ require_once("experiment.inc.php");
verifyAccess(RawBioAssay::globalRead());
***************
*** 159,163 ****
<tr><td rowspan=2 width=1 bgcolor=#4080c0><img src="img/1.gif"
width=1 height=1></td>
! <th class=subhead>Raw data set <?= html($raw->getName).remMark($raw)
?></th></tr>
<tr><td class=red>Error: <?= $err ?></td></tr>
--- 160,164 ----
<tr><td rowspan=2 width=1 bgcolor=#4080c0><img src="img/1.gif"
width=1 height=1></td>
! <th class=subhead>Raw data set <?= html($raw->getName()).remMark($raw)
?></th></tr>
<tr><td class=red>Error: <?= $err ?></td></tr>
|