Welcome Guest, Not a member yet? Register   Sign In
Codeigniter port of ROR Beast Forum
#17

[eluser]TheFuzzy0ne[/eluser]
I spotted a typo in ./system/application/helpers/application_helper.php

Code:
if ( ! function_exists('prety')) # only one "t".
{
  function pretty($created_at) {
  $pretty = date('M j, Y g:ia', strtotime($created_at));
  return $pretty;
  }
}

Should be:
Code:
if ( ! function_exists('pretty'))
{
  function pretty($created_at) {
  $pretty = date('M j, Y g:ia', strtotime($created_at));
  return $pretty;
  }
}

All the best!


Messages In This Thread
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 07:59 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 08:04 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 08:14 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 08:26 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 10:01 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 11:26 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 11:28 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 11:45 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 11:51 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 12:09 PM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 12:16 PM
Codeigniter port of ROR Beast Forum - by El Forum - 05-06-2009, 12:35 PM
Codeigniter port of ROR Beast Forum - by El Forum - 05-07-2009, 05:47 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-07-2009, 08:41 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-07-2009, 08:26 PM
Codeigniter port of ROR Beast Forum - by El Forum - 05-08-2009, 06:15 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-13-2009, 10:00 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-13-2009, 11:01 AM
Codeigniter port of ROR Beast Forum - by El Forum - 05-13-2009, 02:10 PM
Codeigniter port of ROR Beast Forum - by El Forum - 05-13-2009, 02:15 PM
Codeigniter port of ROR Beast Forum - by El Forum - 05-13-2009, 02:27 PM
Codeigniter port of ROR Beast Forum - by El Forum - 10-24-2009, 11:15 AM
Codeigniter port of ROR Beast Forum - by El Forum - 10-26-2009, 06:39 AM
Codeigniter port of ROR Beast Forum - by El Forum - 01-14-2011, 09:46 AM
Codeigniter port of ROR Beast Forum - by El Forum - 04-02-2011, 06:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB