| 3 |
## $Id$ |
## $Id$ |
| 4 |
## ------------------------------------------------------------------------------------- |
## ------------------------------------------------------------------------------------- |
| 5 |
## $Log$ |
## $Log$ |
| 6 |
|
## Revision 1.7 2003/02/03 03:31:38 jonen |
| 7 |
|
## - moved '$encoder->toISO()' to 'Remote.php' |
| 8 |
|
## |
| 9 |
## Revision 1.6 2002/12/22 13:26:20 jonen |
## Revision 1.6 2002/12/22 13:26:20 jonen |
| 10 |
## + added support of tangram independent id (e.g. Data::UUID) toggled by option at conrtuctor |
## + added support of tangram independent id (e.g. Data::UUID) toggled by option at conrtuctor |
| 11 |
## |
## |
| 240 |
//print "result: " . dumpVar($result) . "<br>"; |
//print "result: " . dumpVar($result) . "<br>"; |
| 241 |
if (count($result) == 0) { return; } |
if (count($result) == 0) { return; } |
| 242 |
|
|
|
// ----- move this to _encode some times: $this->_encode() |
|
|
$encoder = new TextEncode($result); |
|
|
$encoder->toISO(); |
|
| 243 |
if ($_GET[debug]) { |
if ($_GET[debug]) { |
| 244 |
print dumpVar($result); |
print dumpVar($result); |
| 245 |
} |
} |