/[Frey]/trunk/lib/Frey/Server.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Server.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by dpavlin, Sat Jun 28 22:13:05 2008 UTC revision 11 by dpavlin, Sat Jun 28 22:30:06 2008 UTC
# Line 105  sub send_base_page { Line 105  sub send_base_page {
105          my $user = Strix::User->new( id => $id );          my $user = Strix::User->new( id => $id );
106    
107          if ( ! $user ) {          if ( ! $user ) {
108                    $req->conn->send_status_line( 500, "user $id" );
109                  $req->print( "Can't find user with id $id" );                  $req->print( "Can't find user with id $id" );
110          } else {          } else {
111                  $req->print( HTML->view( 'user', $user ) );                  $req->print( HTML->view( 'user', $user ) );

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26