Diff of /mambo/branches/4.6/includes/mambofunc.php
Parent Directory
|
Revision Log
|
Patch
| revision 409, Tue Mar 21 00:22:21 2006 UTC | revision 556, Wed Jun 7 08:15:51 2006 UTC | |
|---|---|---|
| # | Line 293 | Line 293 |
| 293 | */ | */ |
| 294 | function mosCurrentDate( $format="" ) { | function mosCurrentDate( $format="" ) { |
| 295 | $core =& mamboCore::getMamboCore(); | $core =& mamboCore::getMamboCore(); |
| 296 | $offset = $core->language['offset']; | $offset = mamboCore::get('mosConfig_offset'); |
| 297 | if ($format=="") { | if ($format=="") { |
| 298 | $format = $format = $core->current_language->date_format; | $format = $format = $core->current_language->date_format; |
| 299 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

