*/
/*
- Project/Task Manager
+ Tasks
By Tim Perdue, Sourceforge, 11/99
Heavy rewrite by Tim Perdue April 2000
*/
/*
- Project/Task Manager
+ Tasks
By Tim Perdue, Sourceforge, 11/99
Heavy rewrite by Tim Perdue April 2000
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
require_once('../env.inc.php');
require_once $gfwww.'include/pre.php';
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
require_once('../env.inc.php');
require_once $gfwww.'include/pre.php';
require_once $gfcommon.'include/GroupJoinRequest.class.php';
}
}
-
+
echo '<h2>';
echo _('Reporting System Initialization');
echo '</h2>';
$graph->Add( $lineplot2 );
// Legends
- $lineplot->SetLegend (convert_unicode(_('Tracker Items Opened')));
- $lineplot2 ->SetLegend(convert_unicode(_('Tracker Items Closed')));
+ $lineplot->SetLegend (convert_unicode(_('Tracker Items Opened')));
+ $lineplot2 ->SetLegend(convert_unicode(_('Tracker Items Closed')));
} elseif ($area=='forum') {
*/
echo($sh->showAddQuestionForm($sq));
-/* Show existing questions
+/* Show existing questions (if any)
*/
$sqf = new SurveyQuestionFactory($g);
$sqs = & $sqf->getSurveyQuestions();