Revision 3 - 2009-03-08 at 17:30:47
h1. Nagłówek 1
h2. Nagłówek 2
h3. Nagłówek 3
h4. Nagłówek 4
p<. left justified paragraph.
p>. right justified paragraph.
p=. centered paragraph.
p<>. justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.justified paragraph.
- Lista nienumerowana 1
- Lista nienumerowana 2
Lista numerowana 1
Lista numerowana 2
Lista numerowana 3
Lista numerowana 4
diff -Naur MojoMojo-0.999014/lib/MojoMojo/Controller/User.pm MojoMojo-0.999014-xyG5jk/lib/MojoMojo/Controller/User.pm
--- MojoMojo-0.999014/lib/MojoMojo/Controller/User.pm 2008-05-02 19:45:28.000000000 +0200
+++ MojoMojo-0.999014-xyG5jk/lib/MojoMojo/Controller/User.pm 2008-05-03 15:06:24.000000000 +0200
@@ -276,7 +276,7 @@
my $page=$c->stash->{page};
my $user=$c->model('DBIC::Person')->get_user( $c->stash->{proto_pages}[-1]
? $c->stash->{proto_pages}[-1]->{name_orig}
- : $page->name_orig);
+ : $page->name);
if ( $user && $c->stash->{user} && ($c->stash->{user}->is_admin ||
$user->id eq $c->stash->{user}->id ) ) {
$c->stash->{person}=$user;
@@ -314,9 +314,10 @@
'correct them and try again:';
} else {
my $page=$c->stash->{page};
+$c->log->debug($page->name.",".$page->name_orig);
my $user=$c->model('DBIC::Person')->get_user( $c->stash->{proto_pages}[-1]
? $c->stash->{proto_pages}[-1]->{name_orig}
- : $page->name_orig);
+ : $page->name);
$user->set_columns($c->form->{valid});
$user->update();
return $c->forward('profile');
italic bold italic bold
zażółć gęślą jaźń
Showing changes from previous revision. Removed | Added
