# HG changeset patch # User rejo # Date 1176844694 0 # Node ID ebf8868e99f5d0313d0fadd1c709d41e467d177b # Parent 55ed92aa7cf5831adf809cf2724360baeea5d24c [feladat @ 6] - Fixed bug in record.inc.php, search did never give matching domains. - Some modifications to Dutch translation. diff -r 55ed92aa7cf5 -r ebf8868e99f5 edit.php --- a/edit.php Tue Apr 17 19:43:24 2007 +0000 +++ b/edit.php Tue Apr 17 21:18:14 2007 +0000 @@ -126,7 +126,7 @@ // Let the user change the domain type. ?> -   +   : diff -r 55ed92aa7cf5 -r ebf8868e99f5 inc/record.inc.php --- a/inc/record.inc.php Tue Apr 17 19:43:24 2007 +0000 +++ b/inc/record.inc.php Tue Apr 17 21:18:14 2007 +0000 @@ -1054,7 +1054,7 @@ break; case '1' : - $sqlq = "SELECT `domains`.*, count(`records`.`id`) AS `numrec`, `zones`.`owner` + $sqlq = "SELECT `domains`.*, count(`records`.`id`) AS `numrec`, `zones`.`owner`, `records`.`domain_id` FROM `domains`, `records`, `zones` WHERE `domains`.`id` = `records`.`domain_id` AND `zones`.`domain_id` = `domains`.`id` diff -r 55ed92aa7cf5 -r ebf8868e99f5 locale/nl_NL/LC_MESSAGES/nl.po --- a/locale/nl_NL/LC_MESSAGES/nl.po Tue Apr 17 19:43:24 2007 +0000 +++ b/locale/nl_NL/LC_MESSAGES/nl.po Tue Apr 17 21:18:14 2007 +0000 @@ -167,7 +167,7 @@ #: edit_record.php:104 msgid "Reset changes" -msgstr "Wijzigingen annuleren" +msgstr "Herstellen" #: edit_record.php:109 msgid "Sub-users" @@ -367,7 +367,7 @@ #: users.php:41 msgid "Please fill in all fields" -msgstr "Vult u alle velden in" +msgstr "u dient alle velden in te vullen" #: users.php:68 msgid "Current users (click to edit)"