This commit is contained in:
Dany De Bontridder 2017-06-24 01:37:25 +02:00
parent 4e9051c544
commit cbb47f19e4

View file

@ -9,7 +9,7 @@
<div class="name">
<?php
$http=new HtmlInput();
$http=new HttpInput();
if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
where user_name=$1 and with_calc=true",array($_SESSION['g_user'])) ==1):
echo '<div id="calc">';