Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PageSequence.inc.php

    r473 r479  
    153153    public function setCurrent($step_id)
    154154    {
    155         $app =& App::getInstance();
     155        $app =& App::getInstance();
    156156
    157157        if (false !== ($pos = $this->getPosition($step_id))) {
     
    279279    public function printEditLink($step_id=null)
    280280    {
    281         $app =& App::getInstance();
     281        $app =& App::getInstance();
    282282
    283283        $pos = isset($step_id) ? $this->getPosition($step_id) : $this->getPosition();
     
    344344    private function _auto_timeout()
    345345    {
    346         $app =& App::getInstance();
     346        $app =& App::getInstance();
    347347
    348348        if (isset($_SESSION[$this->seq]['last_access_time'])
Note: See TracChangeset for help on using the changeset viewer.