From: <tr...@us...> - 2003-02-10 08:40:58
|
Update of /cvsroot/basedb/basedb/www In directory sc8-pr-cvs1:/tmp/cvs-serv29789/www Modified Files: index.phtml trans_create.phtml upload_list.phtml Log Message: Work done on laptop in Gothenburg - no time for more detailed message Index: index.phtml =================================================================== RCS file: /cvsroot/basedb/basedb/www/index.phtml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** index.phtml 30 Jan 2003 18:02:44 -0000 1.25 --- index.phtml 10 Feb 2003 08:40:49 -0000 1.26 *************** *** 22,26 **** // require_once("getconfig.inc.php"); - require_once("getconfig.inc.php"); require_once("newinit.inc.php"); require_once("eventlog.inc.php"); --- 22,25 ---- Index: trans_create.phtml =================================================================== RCS file: /cvsroot/basedb/basedb/www/trans_create.phtml,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** trans_create.phtml 3 Feb 2003 20:13:06 -0000 1.44 --- trans_create.phtml 10 Feb 2003 08:40:49 -0000 1.45 *************** *** 563,566 **** --- 563,567 ---- // Get the gene search and copy it to this transformation + $oldsearch = new Search(); $gsearch = new Search(); if(!$oldsearch->readForUser($set->getOwner(), "gene") || Index: upload_list.phtml =================================================================== RCS file: /cvsroot/basedb/basedb/www/upload_list.phtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** upload_list.phtml 22 Jan 2003 08:02:24 -0000 1.15 --- upload_list.phtml 10 Feb 2003 08:40:49 -0000 1.16 *************** *** 118,122 **** echo "<p>\n"; ! Upload::prepareSearch($search, $curUser, $others, $curDisplay->getHitsPerPage(), showDelValue()); --- 118,122 ---- echo "<p>\n"; ! Upload::prepareSearch($search, $curUser, $others ? -$userid : $userid, $curDisplay->getHitsPerPage(), showDelValue()); |