Vergleich admin/icons.php - 1.2.0 - 1.2.9

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 3
 * MyBB 1.2
* Copyright � 2006 MyBB Group, All Rights Reserved
*

 * MyBB 1.2
* Copyright � 2006 MyBB Group, All Rights Reserved
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html

 *

 *

 * $Id: icons.php 2148 2006-08-27 04:10:33Z Tikitiki $

 * $Id: icons.php 2932 2007-03-10 05:48:55Z chris $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 184Zeile 184
				$db->insert_query(TABLE_PREFIX."icons", $sqlarray);
}
}

				$db->insert_query(TABLE_PREFIX."icons", $sqlarray);
}
}

 
		$cache->updateposticons();

		cpredirect("icons.php?".SID, $lang->icons_added);
}
}

		cpredirect("icons.php?".SID, $lang->icons_added);
}
}