Some minor improvements
authorRoland Häder <roland@mxchange.org>
Wed, 9 Nov 2011 01:51:30 +0000 (01:51 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 9 Nov 2011 01:51:30 +0000 (01:51 +0000)
inc/classes/main/helper/web/links/class_WebLinkHelper.php
inc/classes/main/result/class_DatabaseResult.php

index 8ff8e54c9ad586ef446403d736c036587ab8aab3..4ea1819b1b40d7a425690948a2566fca79a9d2ff 100644 (file)
@@ -92,7 +92,7 @@ class WebLinkHelper extends BaseWebHelper implements HelpableTemplate {
                // Is the deprecated parameter set?
                if (!is_null($linkBase)) {
                        // Then output a deprecation message
                // Is the deprecated parameter set?
                if (!is_null($linkBase)) {
                        // Then output a deprecation message
-                       $helperInstance->deprecationWarning(__METHOD__ . ': linkBase is deprecated. Please remove it from your templates and add a config entry ' . $configEntry . ' in your config.php file.');
+                       $helperInstance->deprecationWarning('[' . __METHOD__ . ':' . __LINE__ . ']:  linkBase is deprecated. Please remove it from your templates and add a config entry ' . $configEntry . ' in your config.php file.');
                } // END - if
 
                // Determine link base from config now and 'page' request
                } // END - if
 
                // Determine link base from config now and 'page' request
index 69c23ff6952173fa2a423ac902adc59c7e72a953..0fab649cc03bb9ae4100242a7c4de1d156b92e53 100644 (file)
@@ -229,7 +229,7 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
         * @todo        0% done
         */
        public function searchEntry (LocalSearchCriteria $criteriaInstance) {
         * @todo        0% done
         */
        public function searchEntry (LocalSearchCriteria $criteriaInstance) {
-               $this->debugBackTrace(__METHOD__ . ': Unfinished!');
+               $this->debugBackTrace('[' . '[' . __METHOD__ . ':' . __LINE__ . ']:  Unfinished!');
        }
 
        /**
        }
 
        /**