Skip to content

Commit

Permalink
Dev: add source of exprmgr_int function
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Mar 27, 2013
1 parent 2f6ee19 commit d11e464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/expressions/em_core_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3362,6 +3362,7 @@ function exprmgr_if($test,$ok,$error)
* Return true if the variable is an integer
* @param string $arg
* @return boolean
* @link http://www.php.net/manual/en/function.is-int.php#87670
*/
function exprmgr_int($arg)
{
Expand Down

0 comments on commit d11e464

Please sign in to comment.