Sources/Attachments.php 1 location
|
@@ 165-166 (lines=2) @@
|
| 162 |
|
} |
| 163 |
|
|
| 164 |
|
// A bit of house keeping first. |
| 165 |
|
if (!empty($_SESSION['temp_attachments']) && count($_SESSION['temp_attachments']) == 1) |
| 166 |
|
unset($_SESSION['temp_attachments']); |
| 167 |
|
|
| 168 |
|
// Our infamous SESSION var, we are gonna have soo much fun with it! |
| 169 |
|
if (!isset($_SESSION['temp_attachments'])) |
Sources/Post.php 1 location
|
@@ 913-914 (lines=2) @@
|
| 910 |
|
} |
| 911 |
|
|
| 912 |
|
// A bit of house keeping first. |
| 913 |
|
if (!empty($_SESSION['temp_attachments']) && count($_SESSION['temp_attachments']) == 1) |
| 914 |
|
unset($_SESSION['temp_attachments']); |
| 915 |
|
|
| 916 |
|
if (!empty($_SESSION['temp_attachments'])) |
| 917 |
|
{ |