Changeset 3310
- Timestamp:
- 05/23/07 01:40:20 (18 months ago)
- Files:
-
- 1 modified
-
sandbox/components/Textcube.Core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/components/Textcube.Core.php
r3309 r3310 43 43 global $database, $owner, $entry; 44 44 45 $res = DBQuery::queryRow("SELECT * FROM ".$database['prefix']."Teamblog WHERE teams='$owner' and userid='$owner' " ); 45 $res = DBQuery::queryRow("SELECT * FROM ".$database['prefix']."Teamblog 46 WHERE teams='$owner' AND userid='$owner' " ); 46 47 47 48 $is_style = $res['font_style'] & 1; … … 58 59 $styleS = ''; 59 60 $styleE = ''; 61 if(!isset($_SESSION['admin'])) $_SESSION['admin'] = $owner; 60 62 61 63 $ttmp = DBQuery::queryRow("SELECT *
