add message option to browse (ioguix)
authorxzilla <xzilla>
Sat, 24 Mar 2007 02:15:54 +0000 (02:15 +0000)
committerxzilla <xzilla>
Sat, 24 Mar 2007 02:15:54 +0000 (02:15 +0000)
display.php

index 3a0341cda0ff3ac0812db3ee0e6bae60ecfec560..ad45c20f5eda8a1bb3888c1cdc1a879226c94335 100644 (file)
@@ -9,7 +9,7 @@
         * @param $return_desc The return link name
         * @param $page The current page
         *
-        * $Id: display.php,v 1.58 2007/03/03 14:25:14 xzilla Exp $
+        * $Id: display.php,v 1.59 2007/03/24 02:15:54 xzilla Exp $
         */
 
        // Prevent timeouts on large exports (non-safe mode only)
        /** 
         * Displays requested data
         */
-       function doBrowse() {
+       function doBrowse($msg = '') {
                global $data, $conf, $misc, $lang;
                
                // If current page is not set, default to first page
                        $type = 'QUERY';
                }
 
+               $misc->printMsg($msg);
+
                // If 'sortkey' is not set, default to ''
                if (!isset($_REQUEST['sortkey'])) $_REQUEST['sortkey'] = '';