X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fplacing.phh;h=01ee1682dfa2d38db0c6e8b42954598c66929e6f;hb=44f4d1b333ecb3cc3c3666cc5acb2422edcf029d;hp=d6d65475b0d3ee1f3b65f0d79c7eda9704f622e8;hpb=312a6acc00ec7f331ab461894c319776eec95cae;p=brisk.git diff --git a/web/briskin5/Obj/placing.phh b/web/briskin5/Obj/placing.phh index d6d6547..01ee168 100644 --- a/web/briskin5/Obj/placing.phh +++ b/web/briskin5/Obj/placing.phh @@ -105,7 +105,7 @@ define(SUBTY_FREQ_LO, 0); define(SUBTY_FREQ_HI, 1); -function placings_show(&$user) +function placings_show($user) { $mtime = placing_time(); $tm = placing_date($mtime); @@ -251,7 +251,7 @@ function placing_show_file($user, $ty, $subty) // // -function placing_show_pgsql(&$user, $ty, $subty) +function placing_show_pgsql($user, $ty, $subty) { GLOBAL $G_dbpfx; @@ -304,7 +304,7 @@ function placing_show_pgsql(&$user, $ty, $subty) return ($ret); } -function placing_show(&$user, $ty, $subty) +function placing_show($user, $ty, $subty) { GLOBAL $G_dbasetype;