fixing saving task, when there are no routes

This commit is contained in:
Fernando Ontiveros
2011-02-08 20:42:32 +00:00
parent 0a15c9bb00
commit d5eaa06c33

View File

@@ -166,6 +166,7 @@ class Tasks
*/
public function createRouteRows( $aRoutes )
{
$routeID = array();
foreach ( $aRoutes as $key => $row ) {
$oRoute = new Route();
//unset ($row['ROU_UID']);