~sit-developers/sit/master

« back to all changes in this revision

Viewing changes to lib/user.class.php

  • Committer: Paul Heaney
  • Date: 2014-05-04 15:48:48 UTC
  • mfrom: (1239.1.75)
  • mto: (1239.1.78)
  • mto: This revision was merged to the branch mainline in revision 1265.
  • Revision ID: git-v1:60a1fbe93e828fa02620bd852c5ec33ed9a335c5
Merge branch 'master' of gitorious.org:~paulheaney/sit/paulheaneys-sit

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    var $startdate;
47
47
    var $language;
48
48
    var $show_next_action;
 
49
    var $source;
49
50
 
50
51
    // Legacy
51
52
    var $icq;
251
252
                if (!empty($this->phone)) $s[] = "phone = '".cleanvar($this->phone)."'";
252
253
                if (!empty($this->mobile)) $s[] = "mobile = '".cleanvar($this->mobile)."'";
253
254
                if (!empty($this->fax)) $s[] = "fax = '".cleanvar($this->fax)."'";
254
 
                if (!empty($this->status))
 
255
                if (isset($this->status))
255
256
                {
256
257
                    if ($oldUser->status != $this->status)
257
258
                    {