]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - _darcs/tentative_pristine
TRUE
[quix0rs-gnu-social.git] / _darcs / tentative_pristine
1 hunk ./actions/accesstoken.php 36
2 -            common_debug('got this token: "'.print_r($token,TRUE).'"', __FILE__);
3 +            common_debug('got this token: "'.print_r($token,true).'"', __FILE__);
4 hunk ./actions/emailsettings.php 121
5 -        if ($confirm->find(TRUE)) {
6 +        if ($confirm->find(true)) {
7 hunk ./actions/emailsettings.php 182
8 -        if ($result === FALSE) {
9 +        if ($result === false) {
10 hunk ./actions/emailsettings.php 232
11 -        if ($result === FALSE) {
12 +        if ($result === false) {
13 hunk ./actions/emailsettings.php 242
14 -        $this->show_form($msg, TRUE);
15 +        $this->show_form($msg, true);
16 hunk ./actions/emailsettings.php 266
17 -        $this->show_form(_('Confirmation cancelled.'), TRUE);
18 +        $this->show_form(_('Confirmation cancelled.'), true);
19 hunk ./actions/emailsettings.php 293
20 -        $this->show_form(_('The address was removed.'), TRUE);
21 +        $this->show_form(_('The address was removed.'), true);
22 hunk ./actions/emailsettings.php 313
23 -        $this->show_form(_('Incoming email address removed.'), TRUE);
24 +        $this->show_form(_('Incoming email address removed.'), true);
25 hunk ./actions/emailsettings.php 328
26 -        $this->show_form(_('New incoming email address added.'), TRUE);
27 +        $this->show_form(_('New incoming email address added.'), true);
28 hunk ./actions/finishremotesubscribe.php 281
29 -        common_debug('got result: "'.print_r($result,TRUE).'"', __FILE__);
30 +        common_debug('got result: "'.print_r($result,true).'"', __FILE__);
31 hunk ./actions/foaf.php 125
32 -                    common_debug('Got a bad subscription: '.print_r($sub,TRUE));
33 +                    common_debug('Got a bad subscription: '.print_r($sub,true));
34 hunk ./actions/foaf.php 147
35 -                    common_debug('Got a bad subscription: '.print_r($sub,TRUE));
36 +                    common_debug('Got a bad subscription: '.print_r($sub,true));
37 hunk ./actions/imsettings.php 96
38 -        if ($confirm->find(TRUE)) {
39 +        if ($confirm->find(true)) {
40 hunk ./actions/imsettings.php 149
41 -        if ($result === FALSE) {
42 +        if ($result === false) {
43 hunk ./actions/imsettings.php 199
44 -        if ($result === FALSE) {
45 +        if ($result === false) {
46 hunk ./actions/imsettings.php 213
47 -        $this->show_form($msg, TRUE);
48 +        $this->show_form($msg, true);
49 hunk ./actions/imsettings.php 237
50 -        $this->show_form(_('Confirmation cancelled.'), TRUE);
51 +        $this->show_form(_('Confirmation cancelled.'), true);
52 hunk ./actions/imsettings.php 266
53 -        $this->show_form(_('The address was removed.'), TRUE);
54 +        $this->show_form(_('The address was removed.'), true);
55 hunk ./actions/othersettings.php 56
56 -        common_dropdown('urlshorteningservice', _('Service'), $services, _('Automatic shortening service to use.'), FALSE, $user->urlshorteningservice);
57 +        common_dropdown('urlshorteningservice', _('Service'), $services, _('Automatic shortening service to use.'), false, $user->urlshorteningservice);
58 hunk ./actions/othersettings.php 177
59 -        if ($result === FALSE) {
60 +        if ($result === false) {
61 hunk ./actions/profilesettings.php 99
62 -        common_dropdown('language', _('Language'), get_nice_language_list(), _('Preferred language'), TRUE, $language);
63 +        common_dropdown('language', _('Language'), get_nice_language_list(), _('Preferred language'), true, $language);
64 hunk ./actions/profilesettings.php 105
65 -        common_dropdown('timezone', _('Timezone'), $timezones, _('What timezone are you normally in?'), TRUE, $timezone);
66 +        common_dropdown('timezone', _('Timezone'), $timezones, _('What timezone are you normally in?'), true, $timezone);
67 hunk ./actions/profilesettings.php 281
68 -            if ($result === FALSE) {
69 +            if ($result === false) {
70 hunk ./actions/profilesettings.php 301
71 -            if ($result === FALSE) {
72 +            if ($result === false) {
73 hunk ./actions/profilesettings.php 343
74 -        $this->show_form(_('Settings saved.'), TRUE);
75 +        $this->show_form(_('Settings saved.'), true);
76 hunk ./actions/profilesettings.php 437
77 -        if ($val !== TRUE) {
78 +        if ($val !== true) {
79 hunk ./actions/smssettings.php 114
80 -        if ($confirm->find(TRUE)) {
81 +        if ($confirm->find(true)) {
82 hunk ./actions/smssettings.php 168
83 -        if ($result === FALSE) {
84 +        if ($result === false) {
85 hunk ./actions/smssettings.php 218
86 -        if ($result === FALSE) {
87 +        if ($result === false) {
88 hunk ./actions/smssettings.php 232
89 -        $this->show_form($msg, TRUE);
90 +        $this->show_form($msg, true);
91 hunk ./actions/smssettings.php 260
92 -        $this->show_form(_('Confirmation cancelled.'), TRUE);
93 +        $this->show_form(_('Confirmation cancelled.'), true);
94 hunk ./actions/smssettings.php 290
95 -        $this->show_form(_('The address was removed.'), TRUE);
96 +        $this->show_form(_('The address was removed.'), true);
97 hunk ./actions/twitapifriendships.php 99
98 -        if ($sub->find(TRUE)) {
99 +        if ($sub->find(true)) {
100 hunk ./actions/twittersettings.php 291
101 -        $this->show_form(_('Twitter account removed.'), TRUE);
102 +        $this->show_form(_('Twitter account removed.'), true);
103 hunk ./actions/twittersettings.php 328
104 -        if ($result === FALSE) {
105 +        if ($result === false) {
106 hunk ./actions/userauthorization.php 214
107 -        common_debug('request token to look up: "'.print_r($rt,TRUE).'"');
108 +        common_debug('request token to look up: "'.print_r($rt,true).'"');
109 hunk ./actions/userauthorization.php 224
110 -        return FALSE;
111 +        return false;
112 hunk ./actions/userauthorization.php 280
113 -                return FALSE;
114 +                return false;
115 hunk ./actions/userauthorization.php 287
116 -                return FALSE;
117 +                return false;
118 hunk ./actions/userauthorization.php 292
119 -                return FALSE;
120 +                return false;
121 hunk ./actions/userauthorization.php 298
122 -                return FALSE;
123 +                return false;
124 hunk ./actions/userauthorization.php 314
125 -            return FALSE;
126 +            return false;
127 hunk ./actions/userauthorization.php 317
128 -        return TRUE;
129 +        return true;
130 hunk ./actions/userauthorization.php 443
131 -            if ($sub->find(TRUE)) {
132 +            if ($sub->find(true)) {
133 hunk ./classes/Foreign_link.php 38
134 -        if ($flink->find(TRUE)) {
135 +        if ($flink->find(true)) {
136 hunk ./classes/Foreign_link.php 51
137 -        if ($flink->find(TRUE)) {
138 +        if ($flink->find(true)) {
139 hunk ./classes/Foreign_link.php 67
140 -        if ($fuser->find(TRUE)) {
141 +        if ($fuser->find(true)) {
142 hunk ./classes/Notice.php 324
143 -        $needAnd = FALSE;
144 -        $needWhere = TRUE;
145 +        $needAnd = false;
146 +        $needWhere = true;
147 hunk ./classes/Notice.php 328
148 -            $needWhere = FALSE;
149 -            $needAnd = TRUE;
150 +            $needWhere = false;
151 +            $needAnd = true;
152 hunk ./classes/Notice.php 336
153 -                $needWhere = FALSE;
154 +                $needWhere = false;
155 hunk ./classes/Notice.php 348
156 -                $needWhere = FALSE;
157 +                $needWhere = false;
158 hunk ./classes/Notice.php 360
159 -                $needWhere = FALSE;
160 +                $needWhere = false;
161 hunk ./classes/Notice.php 414
162 -        if ($notices !== FALSE) {
163 +        if ($notices !== false) {
164 hunk ./classes/Queue_item.php 37
165 -        $cnt = $qi->find(TRUE);
166 +        $cnt = $qi->find(true);
167 hunk ./classes/User.php 202
168 -            return FALSE;
169 +            return false;
170 hunk ./classes/User.php 236
171 -            return FALSE;
172 +            return false;
173 hunk ./classes/User.php 250
174 -            return FALSE;
175 +            return false;
176 hunk ./classes/User.php 264
177 -                return FALSE;
178 +                return false;
179 hunk ./lib/oauthstore.php 62
180 -        if ($n->find(TRUE)) {
181 -            return TRUE;
182 +        if ($n->find(true)) {
183 +            return true;
184 hunk ./lib/oauthstore.php 68
185 -            return FALSE;
186 +            return false;
187 hunk ./lib/oauthstore.php 102
188 -        if ($rt->find(TRUE) && $rt->state == 1) { # authorized
189 +        if ($rt->find(true) && $rt->state == 1) { # authorized
190 hunk ./lib/omb.php 142
191 -                $posted[$rp->postnoticeurl] = TRUE;
192 +                $posted[$rp->postnoticeurl] = true;
193 hunk ./lib/omb.php 211
194 -    common_debug('Got HTTP result "'.print_r($result,TRUE).'"', __FILE__);
195 +    common_debug('Got HTTP result "'.print_r($result,true).'"', __FILE__);
196 hunk ./lib/omb.php 244
197 -                        $updated[$rp->updateprofileurl] = TRUE;
198 +                        $updated[$rp->updateprofileurl] = true;
199 hunk ./lib/omb.php 296
200 -    common_debug('Got HTTP result "'.print_r($result,TRUE).'"', __FILE__);
201 +    common_debug('Got HTTP result "'.print_r($result,true).'"', __FILE__);
202 hunk ./lib/util.php 439
203 -function common_dropdown($id, $label, $content, $instructions=null, $blank_select=FALSE, $selected=null)
204 +function common_dropdown($id, $label, $content, $instructions=null, $blank_select=false, $selected=null)
205 hunk ./lib/util.php 1021
206 -    if ($recipient->find(TRUE)) {
207 +    if ($recipient->find(true)) {
208 hunk ./lib/util.php 1031
209 -    if ($recipient->find(TRUE)) {
210 +    if ($recipient->find(true)) {
211 hunk ./lib/util.php 2261
212 -    common_dropdown('to', _('To'), $mutual, null, FALSE, $to->id);
213 +    common_dropdown('to', _('To'), $mutual, null, false, $to->id);
214 hunk ./scripts/sitemap.php 334
215 -        if (is_writable($output_dir) === FALSE) {
216 +        if (is_writable($output_dir) === false) {
217 hunk ./scripts/sitemap.php 369
218 -    if (($fh_out = fopen($path,'w')) === FALSE) {
219 +    if (($fh_out = fopen($path,'w')) === false) {
220 hunk ./scripts/sitemap.php 373
221 -    if (fwrite($fh_out, $data) === FALSE) {
222 +    if (fwrite($fh_out, $data) === false) {
223 hunk ./scripts/xmppconfirmhandler.php 113
224 -        if ($confirm->find(TRUE)) {
225 +        if ($confirm->find(true)) {