X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fuserprefs.inc;h=00b77a9a34fe2df0d4d1cce5f1efbb0a841da130;hb=6cd42b4b7e4e5a199949a33fcf7fbd1f5d0ad3cb;hp=c24fa01f204906ca257ffcec3507231f5768682a;hpb=9ee0badebd7b5c62dc964ef399e6bd36ae9d8348;p=fa-stable.git diff --git a/includes/prefs/userprefs.inc b/includes/prefs/userprefs.inc index c24fa01f..00b77a9a 100644 --- a/includes/prefs/userprefs.inc +++ b/includes/prefs/userprefs.inc @@ -1,5 +1,14 @@ . +***********************************************************************/ class user_prefs { @@ -23,6 +32,7 @@ class user_prefs var $pagesize; // for printing var $show_hints; var $query_size; // table pager page length + var $graphic_links; // use graphic links function user_prefs(&$user) { @@ -47,6 +57,7 @@ class user_prefs $this->print_profile = $user["print_profile"]; $this->rep_popup = $user["rep_popup"]; $this->query_size = $user["query_size"]; + $this->graphic_links = $user["graphic_links"]; } function language() @@ -146,6 +157,11 @@ class user_prefs return $this->query_size; } + function graphic_links() + { + return $this->graphic_links; + } + function set_dec($price_dec, $qty_dec, $exrate_dec, $percent_dec, $showgl, $showcodes) { $this->price_dec = $price_dec;