Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Александр Буш
/
minesite
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f88e57cd
authored
Jul 03, 2013
by
Alex Bush
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
1 parent
b6d677ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
minecraft
minecraft.sqlite
minecraft
View file @
f88e57c
...
...
@@ -46,6 +46,7 @@ get '/' => sub {
my
$news_row
=
$dbi
->
select
(
[
'*'
],
table
=>
'news'
,
append
=>
'order by id desc limit 20'
);
my
$news
=
$news_row
->
all
;
...
...
minecraft.sqlite
View file @
f88e57c
No preview for this file type
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment