[Obliquid-cvs] obliquid/common/pages/prj phases.php,1.21,1.22
Status: Beta
Brought to you by:
slocati
|
From: <sl...@sc...> - 2007-03-03 11:26:56
|
Update of /cvsroot/obliquid/obliquid/common/pages/prj In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12683/pages/prj Modified Files: phases.php Log Message: just comment changes Index: phases.php =================================================================== RCS file: /cvsroot/obliquid/obliquid/common/pages/prj/phases.php,v retrieving revision 1.21 retrieving revision 1.22 diff -b -u -d -r1.21 -r1.22 --- phases.php 30 Dec 2004 02:10:59 -0000 1.21 +++ phases.php 3 Mar 2007 11:26:49 -0000 1.22 @@ -30,17 +30,14 @@ /** prj class */ require_once "common/classes/obliquid/prj.php"; -/** Display form and current information for changes to the prj_phases table */ +/** Display form and current information for changes to the prj_phases table. + * This code assumes it will not be a high volume page, or have a lot of phases + * to a project. This makes the code easier to maintain, but somewhat less + * efficient. + */ function prj_phases_() { -/***************************************************************************** -This code assumes it will not be a high volume page, or have a lot of phases -to a project. This makes the code easier to maintain, but somewhat less -efficient. -******************************************************************************/ - global $_obweb; - $prj = & new prj(); $prjid = sprintf("%d",$_GET["id"]); |