From 8cd79782b8db829da6f01c2b60b184f05e7fdcaf Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 1 Feb 2005 01:42:22 +0000 Subject: [PATCH] comment about last commit --- includes/QueryPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 335b279f16..2b72e35c68 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -79,6 +79,7 @@ class QueryPage { * Formats the results of the query for display. The skin is the current * skin; you can use it for making links. The result is a single row of * result data. You should be able to grab SQL results off of it. + * If the function return "false", the line output will be skipped. */ function formatResult( $skin, $result ) { return ''; -- 2.20.1