ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/doclet.ext
(Generate patch)

Comparing deliantra/server/ext/doclet.ext (file contents):
Revision 1.1 by root, Sat Nov 10 02:41:38 2012 UTC vs.
Revision 1.2 by root, Wed Nov 21 10:28:52 2012 UTC

24 $cfpod = "No documentation found for $category/$entry."; 24 $cfpod = "No documentation found for $category/$entry.";
25 } 25 }
26 26
27 $cfpod = $pl->expand_cfpod ($cfpod); 27 $cfpod = $pl->expand_cfpod ($cfpod);
28 } else { 28 } else {
29 $cfpod = "(Documentation not available before login.)"; 29 $cfpod = "(documentation not available before login)";
30 } 30 }
31 31
32 $reply->($cfpod); 32 $reply->($cfpod);
33 }; 33 };
34}; 34};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines