Add progressive tasks to the Task Manager; these are distinct from the
existing timed tasks and milestones in that they have a duration that increases based on the amount of time tracked for them, and no set completion time. Nearby minor fixes.
This commit is contained in:
parent
51280b0b38
commit
b8f173fefe
10 changed files with 818 additions and 320 deletions
|
|
@ -678,8 +678,6 @@ sub quote {
|
|||
|
||||
Returns a comma seperated string quoted and ready for insert/select into/from the database. This is typically used for a statement like "select * from someTable where field in (".$db->quoteAndJoin(\@strings).")".
|
||||
|
||||
B<NOTE:> This is not a regular method, but is an exported subroutine.
|
||||
|
||||
=head3 arrayRef
|
||||
|
||||
An array reference containing strings to be quoted.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue