Show
Ignore:
Timestamp:
03/31/2007 02:17:50 AM (20 months ago)
Author:
wei
Message:

fixed missing $this in TJSON

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/framework/Web/Javascripts/TJSON.php

    r1397 r1809  
    751751        { 
    752752                $uni = unpack('n*',$str); 
    753                 return unicode_to_utf8($uni); 
     753                return $this->unicode_to_utf8($uni); 
    754754        } 
    755755