Changeset 25231


Ignore:
Timestamp:
Oct 30, 2013, 7:34:21 AM (10 years ago)
Author:
rvelices
Message:

private method becomes public (use in plugin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r25005 r25231  
    488488  }
    489489
    490   private static function get_php_str_val($str)
     490  static function get_php_str_val($str)
    491491  {
    492492    if (is_string($str) && strlen($str)>1)
Note: See TracChangeset for help on using the changeset viewer.