Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Fixing first failing installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhard committed Sep 18, 2012
1 parent fcfab70 commit 23e039b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/callbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ function glz_custom_fields_install() {
if( !getRow("SELECT name FROM `".PFX."txp_section` WHERE name='search'") ) {
safe_query("
INSERT INTO
`".PFX."txp_section` (`name`, `page`, `css`, `is_default`, `in_rss`, `on_frontpage`, `searchable`, `title`)
`".PFX."txp_section` (`name`, `page`, `css`, `in_rss`, `on_frontpage`, `searchable`, `title`)
VALUES
('search', 'default', 'default', '0', '0', '0', '0', 'Search')
('search', 'default', 'default', '0', '0', '0', 'Search')
");
// add a notice that search section has bee created
$glz_notice[] = glz_custom_fields_gTxt("search_section_created");
Expand Down

0 comments on commit 23e039b

Please sign in to comment.