Severity: 8192
Message: Function create_function() is deprecated
Filename: geshi/geshi.php
Line Number: 4698
Backtrace:
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once
ddClass("active"); // jQuery("#nav ul.select > li").mouseenter(function () { // jQuery(".sub").hide(); // jQuery(".sub", jQuery(this)).show(); // }); // Show sub menu on mouseover jQuery('#nav .select li.dropdown .dropdown-toggle,#nav .dropdown-menu').mouseover(function () { jQuery(this).parents('li.dropdown').find('.dropdown-menu').show(); jQuery(".sub").hide(); jQuery('#nav .dropup, #nav .dropdown').css('position', 'relative'); }).mouseout(function () { jQuery(this).parents('li.dropdown').find('.dropdown-menu').hide(); jQuery('#nav .dropup, #nav .dropdown').css('position', 'static'); }); // Hide other open header menu on mouseover jQuery('.primary_menu .dropdown').mouseover(function () { jQuery(this).siblings().removeClass('open'); }); jQuery("#nav").on("mouseleave", function (event) { if (event.pageY - $(window).scrollTop() <= 1) { jQuery(".sub").hide(); } try { var e = event.toElement || event.relatedTarget; if (e.parentNode == jQuery(this).find('ul.select') || e == this) return; else { jQuery(".sub").hide(); } } catch (e) { } }); // toggle page effect by clicking on alpha tag jQuery(".logo_tag").click(function () { jQuery("#main-container").toggleClass("page-effect"); }).qtip(); (function ($) { $(window).load(function () { $(".scrollContainer").mCustomScrollbar({ scrollInertia: 150 }); }); })(jQuery); //jQuery(".revenue_by_client .grid_table table, .payments_collected .grid_table table").tableHover({colClass: 'col_hover', footCols: true, footRows: true, rowClass: 'row_hover'}) }); window.preventDeletedNavigation = function(){ var applyPopover; applyPopover = function(elem, position, corner, message) { elem.qtip({ content: { text: message }, show: { event: false }, hide: { event: false }, position: { at: position }, style: { tip: { corner: corner } } }); elem.qtip().show(); return elem.focus(); }; bind_deleted_entry = function(){ $("a.deleted_entry").unbind('click'); $("a.deleted_entry").click(function(e){ applyPopover(jQuery(this),"bottomMiddle","topLeft","Please Recover to View Details"); e.preventDefault(); return false; }); $("a.deleted_entry").unbind('mouseleave'); $("a.deleted_entry").mouseleave(function(e){ $(this).qtip('hide') return false; }); } }; window.preventDeletedNavigation(); $(document).ready(function(){ bind_deleted_entry(); });