Updated source/rips and jobs pages to reflect code changes

This commit is contained in:
2010-04-03 23:06:34 +01:00
parent 3121de74cc
commit 2f86156561
8 changed files with 36 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
<?php
$jobs = HandBrakeCluster_Job::all(HandBrakeCluster_Main::instance()->database());
$jobs = HandBrakeCluster_Job::all();
$this->smarty->assign('jobs', $jobs);
?>