Explorar el Código

too many =

development
mauirixxx hace 8 años
padre
commit
56af4659db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Ver fichero

@@ -41,7 +41,7 @@ if (!$_SESSION['userid']){
while ($row2 = $result2->fetch_array()){
$charactername = $row2['charname'];
$profcolor = $row2['profcolor'];
$_SESSION['profcolor'] == $profcolor;
$_SESSION['profcolor'] = $profcolor;
echo '<TITLE>' . $charactername . '</TITLE><BODY>';
echo '<STYLE TYPE="TEXT/CSS" MEDIA="SCREEN">body { background-color: ' . $profcolor . '; }</STYLE>';
}


Cargando…
Cancelar
Guardar