~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/lib/web.php

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2008-09-29 13:00:12 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080929130012-7swv3jiomgpsm4b8
Tags: 1.0.5-1
* New Upstream Version
* Fix comments in maintainer scripts (closes: #491924)
* Add lintian override for embedded copies of mochikit
* Bump debhelper compatibility to 7 to use dh_lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
 
435
435
        usort($SIDEBLOCKS, create_function('$a,$b', 'if ($a["weight"] == $b["weight"]) return 0; return ($a["weight"] < $b["weight"]) ? -1 : 1;'));
436
436
 
437
 
        $smarty->assign('userauthinstance', $USER->lastauthinstance);
 
437
        $smarty->assign('userauthinstance', $SESSION->get('authinstance'));
 
438
        $smarty->assign('MNETUSER', $SESSION->get('mnetuser'));
438
439
        $smarty->assign('SIDEBLOCKS', $SIDEBLOCKS);
439
440
 
440
441
        if ($USER->get('parentuser')) {