Changeset 7552 for trunk/prototype


Ignore:
Timestamp:
11/22/12 18:12:31 (11 years ago)
Author:
douglas
Message:

Ticket #3197 - remoção de código comitado por engano

Location:
trunk/prototype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/config/PostgreSQL.srv

    r7551 r7552  
    77;host = 127.0.0.1 
    88port = 5432 
    9 dbname = expresso24angelo 
     9dbname = expresso 
    1010user = postgres 
    1111; Caso o usuario tenha senha... 
  • trunk/prototype/request.php

    r7551 r7552  
    4242} 
    4343//////////////////////////////////////////////////////////////////////////////////////// 
     44 
     45 
    4446echo json_encode( toUtf8(Controller::call( $id ? 'read' : 'find', 
    4547                                    Controller::URI( $concept, $id, $service ), 
    4648                                    $properties, 
    4749                                    $criteria )) ); 
    48 /* 
    49 ob_start(); 
    50 print_r("\n"."-----------"."\n"); 
    51 print_r("conceito: ".$concept."\n"); 
    52 print_r("tempo: ".(mktime() - $time)); 
    53 print_r("\n"."-----------"."\n"); 
    54 $output = ob_get_clean(); 
    55 file_put_contents( "/tmp/angelo.log",  $output , FILE_APPEND); 
    56 */ 
     50 
    5751Controller::closeAll(); 
Note: See TracChangeset for help on using the changeset viewer.