Changeset 455580
- Timestamp:
- 10/25/2011 05:41:52 PM (14 years ago)
- File:
-
- 1 edited
-
simple-donate/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-donate/trunk/index.php
r455572 r455580 193 193 if($bool){ 194 194 if($true){ 195 echo$true;195 return $true; 196 196 }else{ 197 echo$bool;197 return $bool; 198 198 } 199 199 }else{ 200 echo$else;200 return $else; 201 201 } 202 202 }
Note: See TracChangeset
for help on using the changeset viewer.