From: Antoine Musso Date: Tue, 1 Feb 2005 01:42:22 +0000 (+0000) Subject: comment about last commit X-Git-Tag: 1.5.0alpha1~791 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=8cd79782b8db829da6f01c2b60b184f05e7fdcaf;p=lhc%2Fweb%2Fwiklou.git comment about last commit --- 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 '';