~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to html/ops/bossa_transitioner.php

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
// You should have received a copy of the GNU Lesser General Public License
17
17
// along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
 
19
$cli_only = true;
19
20
require_once("../inc/bossa_db.inc");
 
21
require_once("../inc/util_ops.inc");
20
22
 
21
23
function do_pass() {
22
24
    $int_max = 2147483647;