Update of /cvsroot/basedb/basedb/www
In directory usw-pr-cvs1:/tmp/cvs-serv27623
Modified Files:
bio.inc.php
Log Message:
fixed broken c-style comment
Index: bio.inc.php
===================================================================
RCS file: /cvsroot/basedb/basedb/www/bio.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** bio.inc.php 7 Sep 2002 11:36:31 -0000 1.17
--- bio.inc.php 7 Sep 2002 11:59:40 -0000 1.18
***************
*** 37,41 ****
$this->Item("Sample", $name, $descr, $owner, $addedDate, $id, $visible);
$this->tissue = (int)$tissue;
! /* $this->project = (int)$project;/*
}
--- 37,41 ----
$this->Item("Sample", $name, $descr, $owner, $addedDate, $id, $visible);
$this->tissue = (int)$tissue;
! /* $this->project = (int)$project;*/
}
|