Changeset 479 for trunk/lib/MCVE.inc.php


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/MCVE.inc.php

    r468 r479  
    4545    public function __construct($username, $password)
    4646    {
    47         $app =& App::getInstance();
     47        $app =& App::getInstance();
    4848
    4949        // Ensure PHP was compiled with the MCVE functions.
     
    6060    private function _connect()
    6161    {
    62         $app =& App::getInstance();
     62        $app =& App::getInstance();
    6363
    6464        if ($this->connected) {
     
    146146    public function sendTrans($tid, $type='', $hide_msg=false)
    147147    {
    148         $app =& App::getInstance();
     148        $app =& App::getInstance();
    149149
    150150        // Finalize structuring of  to MCVE and ready it to be sent
Note: See TracChangeset for help on using the changeset viewer.