You are here

function date_php4_install in Date 5.2

Same name and namespace in other branches
  1. 6.2 date_php4/date_php4.install \date_php4_install()

File

date_php4/date_php4.install, line 8

Code

function date_php4_install() {
  $ret = array();
  date_php4_set_variables();
  return $ret;
}