Commit 7739ed40 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Ran dos2unix for consistent end of line markers and bumped up the patch level...

Ran dos2unix for consistent end of line markers and bumped up the patch level of the version number to 1.0.1.
parent 4ebf26d3
......@@ -2,7 +2,7 @@
/*
* Name: Timesheet
* Directory: timesheet
* Version: 1.0.0
* Version: 1.0.1
* Type: user
* UI Name: Timesheet
* UI Icon:
......@@ -31,7 +31,7 @@
// MODULE CONFIGURATION DEFINITION
$config = array();
$config['mod_name'] = 'Timesheet'; // name the module
$config['mod_version'] = '1.0.0'; // add a version number
$config['mod_version'] = '1.0.1'; // add a version number
$config['mod_directory'] = 'timesheet'; // tell dotProject where to find this module
$config['mod_setup_class'] = 'CSetupTimesheet'; // the name of the PHP setup class (used below)
$config['mod_type'] = 'user'; // 'core' for modules distributed with dP by standard, 'user' for additional modules from dotmods
......@@ -115,7 +115,7 @@ class CSetupTimesheet {
$q->exec();
db_error();
return null;
}
}
}
?>
......@@ -96,7 +96,7 @@ $month = $q->loadList();
foreach ($month as $row) {
?>
<tr>
<td nowrap="nowrap" width="20">
<td nowrap="nowrap" width="20">
<?php if (($canEdit) && ($row["timesheet_status"]) < 1) {
// call the edit site with the unique id of the timesheet item
echo "\n".'<a href="?m=timesheet&a=addedit&timesheet_id=' . $row["timesheet_id"] . '">';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment