Tuesday, November 27, 2007
Install the Drupal Tasks module.
Edit tasks.module
Search for the test ‘Get the list of tasks to display’
The next line will be this SQL statement:
$result = dbquery("SELECT n.nid, u.name AS assignedname, u.data FROM {node
} n INNER JOIN {tasks} t ON t.nid = n.nid LEFT JOIN {users} u ON u.uid = t.assig
nedto WHERE n.status = 1 AND n.type='tasks' AND t.taskparent = %d %s ORDER BY
%s", $node->nid, $complete, $order_by);
Remove n.status = 1 AND
That is, replace is with:
Filed in Uncategorized
|
Monday, November 26, 2007

About the Attraction
Mark Twain cave is different from most caves because it was created by geological pressure from below, resulting in large cracks in the rock. Unlike water formed caves, Mark Twain Cave is a criss-cross of interweaving pathways, a sort of natural labyrinth. It is not much of a difference on paper, but it is a unique experience to be inside the cave.
Filed in Uncategorized
|
Sunday, November 25, 2007
http://www.crown.org/Tools/Calculators/Savings_MonthlyDeposit.aspx
Filed in Uncategorized
|